You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
How can I train/test with video data?
When I run
python launch.py -c expts/09_ek55_avt.txt -t -g, I obtain the warning "No video_clips present":I have downloaded and cropped the videos and setup the same folder structure as in the
READMEfile.Executing
hasattr(_dataset, 'video_clips')results inFalse. How to addvideo_clipsto_datasetto properly executecompute_clipsindatasets/data.py?