Skip to content

Commit

Permalink
Update download_videos.sh (open-mmlab#816)
Browse files Browse the repository at this point in the history
* Update download_videos.sh

* Add mmcv package for hvu download_videos script
  • Loading branch information
Domdu authored Apr 19, 2021
1 parent 8972e53 commit be2147c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/data/gym/download_videos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# set up environment
conda env create -f environment.yml
source activate gym
pip install mmcv
pip install --upgrade youtube-dl

DATA_DIR="../../../data/gym"
Expand Down
1 change: 1 addition & 0 deletions tools/data/hvu/download_videos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# set up environment
conda env create -f environment.yml
source activate hvu
pip install mmcv
pip install --upgrade youtube-dl

DATA_DIR="../../../data/hvu"
Expand Down

0 comments on commit be2147c

Please sign in to comment.