Skip to content

lar-unibo/Bounding-Box-Annotation-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bounding Box Annotation Tool

gui

Tool for drawing bounding boxes on images. Input images should be contained inside a images folder whereas labels are saved in a labels folder. The file classes.txt should contain all the classes names (one for each row).

These namening conventions can be configured in the params.yaml file.

label format (yolo style):

[class_id, center_x, center_y, width, height]

Requirements (major):

  • python3
  • matplotlib
  • PIL
  • tkinter

About

Bounding Box Annotation Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages