Open pablus09 opened 4 years ago
I have no affiliation with the makers but here you go:
https://github.com/puzzledqs/BBox-Label-Tool https://github.com/tzutalin/labelImg https://github.com/developer0hye/Yolo_Label
Lat one might be normalizing the pixel coordinates but since you have asked this in YOLO forum !
+1
Little bit confused. How to convert pseudo-lableing "relative_coordinates":{"center_x":0.420084, "center_y":0.419855, "width":0.048855, "height":0.079983}
to bbox = (x, y, w, h)
such as in OpenCV?
Thanks.
https://github.com/AlexeyAB/darknet#how-to-use-on-the-command-line
Pseudo-lableing - to process a list of images data/new_train.txt and save results of detection in Yolo training format for each image as label
+1 Little bit confused. How to convert pseudo-lableing
"relative_coordinates":{"center_x":0.420084, "center_y":0.419855, "width":0.048855, "height":0.079983}
tobbox = (x, y, w, h)
such as in OpenCV? Thanks.
Hi, I need the absolute coordinates, nor the relative ones. Is there any posibility to obtain it? Thanks.