Skip to content

Commit b769492

Browse files
authored
Update README.md (open-mmlab#520)
fix typo
1 parent fda91d8 commit b769492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/data/ucf101/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ bash download_videos.sh
3434
For better decoding speed, you can resize the original videos into smaller sized, densely encoded version by:
3535

3636
```
37-
python ../resize_videos.py ../../../data/ucf101/videos/ ../../../data/ucf101/videos_256p_dense_cache --dense --level 2 --ext avi
37+
python ../resize_video.py ../../../data/ucf101/videos/ ../../../data/ucf101/videos_256p_dense_cache --dense --level 2 --ext avi
3838
```
3939

4040
## Step 3. Extract RGB and Flow

0 commit comments

Comments
 (0)