tag_dataset.py

Script for tagging a screenshot and window event as a dataset entry.

Usage:

$ python openadapt/scripts/tag_dataset.py <window_event_timestamp>
<screenshot_timestamp> [<dataset_id>]

To create a dataset and add to it, make a recording, then visualize it and find the window event timestamp and screenshot timestamp you would like to add to the dataset. Then, run the above command.

  • If you want to create a new dataset and insert the 1st entry, leave dataset_id blank.

  • If you want to add to an existing dataset, add the dataset_id.

  • Currently, the dataset created here is using dataset_id=1.

Last updated