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

towards UI integration #71

Closed yoterel closed 1 year ago

yoterel commented 1 year ago

This commit forces icatcher to spit an annotation for every frame of the input video, as opposed to the current behavior in which the initial frames and the end frames are skipped due to the sliding window.

Since it alters the delicate piece of code that controls the output and the cursor, more tests and clearer refactoring have been introduced to reduce the chances of a yielding an "offset" bug in annotations.

yoterel commented 1 year ago

A new "none" class will be reported with confidence -1 for frames that are impossible to predict (initial and end frames).