Labeling Tool for VCR
Labeling tool for video content recognition based on deep learning
This provides a convenient GUI for non-tech users to draw bounding boxes around targets in the image.
Functions
- Load image folder for labeling
- Select content type of labeling
- Adjust size of the bounding boxes
- Add new bounding boxes with label from each .names file
- Delete unnecessary bounding boxes
- Read/write image information from the json file
Environment setup
Installation
- Anaconda latest version
- python 3.6 or above
- Python packages
pip install -r requirements.txt
Creating an executable file for Windows OS
- Pyinstaller latest version
pyinstaller -w -F vcr_labeling.py