jfzhang95 / pytorch-video-recognition

PyTorch implemented C3D, R3D, R2Plus1D models for video activity recognition.
MIT License
1.16k stars 250 forks source link

Where is the dataset? #52

Open Y1YU opened 3 years ago

Y1YU commented 3 years ago

Hi! I wonder if we should download the dataset from the Internet by ourselves, and it doesn't offer the dataset. If it does, could you tell me where I can find it? Thanks. @jfzhang95

Y1YU commented 3 years ago

Sorry, I have downloaded it from the Internet.

linyuer-li commented 3 years ago

May I ask you some questions about dataset?I had download the dataset, but how could I devide it to the train, test and val? @yiyuj

hongbo-miao commented 3 years ago

To save some time for future people, I wrote the way at https://github.com/jfzhang95/pytorch-video-recognition/issues/60

linyuer-li commented 3 years ago

Thank you very much.