IBM / action-recognition-pytorch

This is the pytorch implementation of some representative action recognition approaches including I3D, S3D, TSN and TAM.
Apache License 2.0
244 stars 47 forks source link

Requirements for tools/extract_videos files #5

Open brunoaibanez opened 3 years ago

brunoaibanez commented 3 years ago

Working on your repo on Google Collab, I have tried to use the tools that you guys provide for extracting the videos, and I got an import error when importing skvideo library. I think that you guys might add scikit-video on requirements.txt, as it is not one of the libraries that is usually installed on a VM.

PD: However, it is really a great repo!

UmmeHadi commented 2 years ago

Can you please help me , how to load datasets in this repo? I am a beginner. please provide link of any stepwise instructions if possible.