- Download the dataset from here
- Prepare the folders as shown below:
├── UCF-101
├── annotations
├── classInd.txt
├── testlist01.txt
├── trainlist01.txt
...
├── videos
├── ApplyEyeMakeup
├── ApplyLipstick
├── Archery
...
bash train.sh
train.sh
:
python3 -m torch.distributed.run --nproc_per_node=2 train.py --amp --cache-dataset
bash test.sh
test.sh
:
python3 test.py --cache-dataset