Extracting actions corresponding to screenshots #37
Unanswered
piperwolters
asked this question in
Q&A
Replies: 1 comment
-
An action is associated with a turn, you can get the args of the turn via: https://mcgill-nlp.github.io/weblinx/docs/core/#turnargs You can get the relative path to the screenshot with this: https://mcgill-nlp.github.io/weblinx/docs/core/#turnget_screenshot_path |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thank you for this great work!
I am trying to iterate over each of the demos and extract pairs of screenshots with the corresponding action (if any). I am using your weblinx package, but struggling to understand how to use the Demonstration and Replay objects to do this.
Here is my code, if you have any advice I would appreciate it.
Beta Was this translation helpful? Give feedback.
All reactions