Skip to content

With this repository, image labeling can be performed on your own image dataset

License

Notifications You must be signed in to change notification settings

masum035/Custom-Image-Labeling-for-YOLO

Repository files navigation

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

About

With this repository, image labeling can be performed on your own image dataset

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published