Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Yidadaa/Pytorch-Video-Classification
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa committed Jun 15, 2019
2 parents 4d6c8ea + 225f3c7 commit 1429c2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ conda install pytorch torchvision cudatoolkit=9.0 -c pytorch
# CPU version
conda install pytorch-cpu torchvision-cpu -c pytorch

# 2. depencies
# 2. pip dependencies
pip install pandas scikit-learn tqdm opencv-python

# 3. prepare datasets
cd ./Pytorch-Video-Classification # go to the root dir of the code
cp -r path/to/your/UCF ./data # copy UCF dataset to data dir
cd ./data && python make_train_test.py # preprocess the dataset

# 4. train your network
# 4. train your network on UCF-101
python train.py

# (optional)5. restore from checkpoints
Expand All @@ -30,4 +30,4 @@ To know more about the usage of scripts, run the following commands:
```bash
python train.py -h
python make_train_test.py -h
```
```

0 comments on commit 1429c2b

Please sign in to comment.