philipperemy / yolo-9000

YOLO9000: Better, Faster, Stronger - Real-Time Object Detection. 9000 classes!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to save the coordinates of the bounding boxes ?

vismayaps opened this issue · comments

Hi,

How can I save/print the coordinated of the bounding boxes detected ?
I made some changes on src/image.c to print the coordinates of the bounding boxes in darknet, but the same changes doesn't work here and the code also looks different.

Any help would be appreciated.
Thanks in Advance !!

Hum I'm not sure here. The framework is exactly the same. Only checkpoints and configuration files are different for YOLO9000. So you should still be able to print the bounding boxes in darknet (maybe in src/image.c).

Make sure to run the 'make' command for the changes to come into effect.