jfzhang95 / pytorch-video-recognition

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

some issues about the folders which contains the datasets #66

Closed TonyAlbertWan closed 2 years ago

TonyAlbertWan commented 2 years ago

record the progress i begin training: 1,download the dataset and unrar it, in this case i use ucf-101; 2,mkdir /pytorch-video-recognition/datasets/UCF-raw 3,mv the dataset into /UCF-raw 4,change the code in /pytorch-video-recognition/mypath.py, doot_dir=/pytorch-video-recognition/datasets/UCF-raw 5,don't mkdir for the output_dir, define the folder in your code like "output_dir=/pytorch-video-recognition/datasets/UCF-cooked", the //pytorch-video-recognition/dataloaders/dataset.py will create the path for you. 6,back to the main root and start training