Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 2.01 KB

README.md

File metadata and controls

41 lines (28 loc) · 2.01 KB

Custom Image Labeling for YOLO

Installation

  1. Clone this repository
https://github.com/MasumBhai/Custom-Image-Labeling-for-YOLO.git
  1. Requirements installation
pip3 install -r requirements.txt

How to Download custom images

use "image downloader" extension of chrome, to download batch images.

How to label those custom 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]

Acknowledgement

Feedback

If you have any feedback, please reach out to me at [email protected]

Abdullah Al Masum's Github Stats Abdullah Al Masum's Github Streak