developer0hye / Yolo_Label

GUI for marking bounded boxes of objects in images for training neural network YOLO
MIT License
509 stars 114 forks source link

Defining bounding box #50

Closed Cobalnite closed 2 years ago

Cobalnite commented 2 years ago

What type of unit is used to define the bounding box in the .txt file?

developer0hye commented 2 years ago

class_idx normalized_cx normalized_cy normalized_w normalized_h

The unit is 'normalized' pixel. ...