- Clone this repository
https://github.com/MasumBhai/Custom-Image-Labeling-for-YOLO.git
- Requirements installation
pip3 install -r requirements.txt
use "image downloader" extension of chrome, to download batch images.
*note: downloaded image folder & this project folder path should be different for image labelling.
Now, inside the project directory, create a virtual environment & edit the classes.txt file per your image class.
Run these command in terminal:
conda install pyqt=5
conda install -c anaconda lxml
pyrcc5 -o libs/resources.py resources.qrc
python custom_label_img.py [IMAGE_FOLDER_PATH] [CLASS_FILE] [SAVE_DIR]
If you have any feedback, please reach out to me at [email protected]