eriklindernoren / Action-Recognition

Exploration of different solutions to action recognition in video, using neural networks implemented in PyTorch.
185 stars 74 forks source link

Small bug fix #17

Open ruoshiliu opened 4 years ago

ruoshiliu commented 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