Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/425776024/videolabeling
Label local videos
https://github.com/425776024/videolabeling
Last synced: 3 months ago
JSON representation
Label local videos
- Host: GitHub
- URL: https://github.com/425776024/videolabeling
- Owner: 425776024
- License: mit
- Created: 2022-06-08T12:22:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T03:00:16.000Z (over 2 years ago)
- Last Synced: 2023-03-05T12:16:53.038Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.54 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Video Labeling
Based on [annotation-tool](https://github.com/coin-dataset/annotation-tool)
### step 1
Prepare labels :`./data/label.txt`### step 2
Copy mp4 files into: `./data/video` dir### step 3 (Optional, If image annotation is not required)
Make txt files: python make_input.py (need ffmpeg)### step 4
Chrome open: coin_annotation_tool.html### step 5
Import txt file in webpage:
- video.txt, Video list
- label.txt, Label Information
- frame.txt, Images to be annotated for each video. (Optional, If image annotation is not required)
- history.txt, Information marked in history. (Exported via `Download` button)![](./images/page.png)
![](./images/local.png)
![](./images/FrameMode.jpeg)