Skip to content

Commit 0b5dc94

Browse files
committed
Update README.md for video_annotation
1 parent 5a487f8 commit 0b5dc94

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/video_annotation/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ labelme data_annotated --labels labels.txt --nodata --keep-prev --config '{shift
2020
## How to Convert a Video File to Images for Annotation?
2121

2222
```bash
23-
# Download and install software for converting a video file (MP4) to images
24-
wget https://raw.githubusercontent.com/wkentaro/dotfiles/f3c5ad1f47834818d4f123c36ed59a5943709518/local/bin/video_to_images
25-
pip install imageio imageio-ffmpeg tqdm
23+
pip install video-cli
2624

27-
python video_to_images your_video.mp4 # this creates your_video/ directory
25+
video-toimg your_video.mp4 # this creates your_video/ directory
2826
ls your_video/
2927

3028
labelme your_video/

0 commit comments

Comments
 (0)