icatcherplus / icatcher_plus

iCatcher+: Robust and automated annotation of infant gaze from videos collected in laboratory, field, and online studies
GNU General Public License v3.0
17 stars 17 forks source link

better command line options for ui #77

Closed yoterel closed 7 months ago

yoterel commented 7 months ago

This commit helps by removing the --ui_packaging_path flag which was slightly confusing, and instead add a --output_format ui, which makes more sense as the ui merely consumes another form of output form icatcher+.

Additionally, the video is not copied to output when --output_format ui is passed, as this is redundant (frames are being produced, and if user needs an annotated video there are other options for that).

Lastly, adds some basic tests with this flag, and updates the readme to help with #76.