We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a487f8 commit 0b5dc94Copy full SHA for 0b5dc94
examples/video_annotation/README.md
@@ -20,11 +20,9 @@ labelme data_annotated --labels labels.txt --nodata --keep-prev --config '{shift
20
## How to Convert a Video File to Images for Annotation?
21
22
```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
+pip install video-cli
26
27
-python video_to_images your_video.mp4 # this creates your_video/ directory
+video-toimg your_video.mp4 # this creates your_video/ directory
28
ls your_video/
29
30
labelme your_video/
0 commit comments