Skip to content

tunahansalih/yolo-annotation-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yolo-Annotation-Tool

Do steps:

Before starting annotation, put image folder into the Images folder. Let my image folder name be pics, Project folder should be like this:

-main.py
-process.py
-classes.txt
-Images/
  -pics/
    -<image1>.png
    -<image2>.png
    -<image3>.png
    -...
-Labels/
  -pics/

Run below code with Python3

main.py

After running main.py, specify the image folder name that you put into Images folder. Just type pics into the Image Dir text box.

Before annotating bounding boxes, choose which class to annotate.

The dataset is ready for yolo training.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%