ManivannanMurugavel / Yolo-Annotation-Tool-New-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yolo-Annotation-Tool-New

This is new yolo annotation tool which is added new features. I have posted three blogs for how to train yolov2 and v3 using our custom images.

You can follow three steps for annotate the image to yolo.
Steps:

run main.py
run convert.py
run process.py

Now i have implemented the convert.py process in main.py. So you don't run the convert.py for yolo annotating.
Do steps:

run main.py
run process.py

NOTE: If you use new annotation tool, please create classes.txt file and write all classes what you train the objects. Because i read the all classes from classes.txt.

The dataset is ready for yolo training.

About


Languages

Language:Jupyter Notebook 97.2%Language:Python 2.8%