Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 652 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 652 Bytes

Object Marker

Simple marker for marking bounded boxes of objects for training and cropping using parameters. It is made using Pyqt5, that makes is easier to understand and manage. Feel free to contibute. :)

Dependencies

Install pyqt5 using pip3 install pyqt5.

Instruction

  1. First load image folder.
  2. Then load name-file.
  3. Then annotation folder.
  4. Select and mark your object.

Output of annotation text files are Xmin,Ymin,Xmax,Ymax,ObjectIndex.

TO-DO

Map marked points according to image resolution.

Add clear option.

Add keyboard shortcuts.