developer0hye / Yolo_Label

GUI for marking bounded boxes of objects in images for training neural network YOLO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Defining bounding box

Cobalnite opened this issue · comments

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

class_idx normalized_cx normalized_cy normalized_w normalized_h

The unit is 'normalized' pixel.
...