Cartucho / OpenLabeling

Label images and video for Computer Vision applications
Apache License 2.0
926 stars 265 forks source link

output #18

Closed anamissblonde closed 5 years ago

anamissblonde commented 6 years ago

How are the bbox defined at the output?

Cartucho commented 6 years ago

In the YOLO format: <object-class> <x> <y> <width> <height>

Where x, y, width, and height are relative to the image's width and height.