Skip to content

Commit

Permalink
Update README.md for video_annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jun 9, 2021
1 parent 5a487f8 commit 0b5dc94
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/video_annotation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ labelme data_annotated --labels labels.txt --nodata --keep-prev --config '{shift
## How to Convert a Video File to Images for Annotation?

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

python video_to_images your_video.mp4 # this creates your_video/ directory
video-toimg your_video.mp4 # this creates your_video/ directory
ls your_video/

labelme your_video/
Expand Down

0 comments on commit 0b5dc94

Please sign in to comment.