Open ruoshiliu opened 4 years ago
Thanks for sharing the repo!
extract_frames(video_path, time_left) should be extract_frames(video_path) https://github.com/eriklindernoren/Action-Recognition/blob/b43ec097ab293ac8d83aac02b5addd27686ebe8c/data/extract_frames.py#L42
extract_frames(video_path, time_left)
extract_frames(video_path)
Thanks for sharing the repo!
extract_frames(video_path, time_left)
should beextract_frames(video_path)
https://github.com/eriklindernoren/Action-Recognition/blob/b43ec097ab293ac8d83aac02b5addd27686ebe8c/data/extract_frames.py#L42