philipperemy / yolo-9000

YOLO9000: Better, Faster, Stronger - Real-Time Object Detection. 9000 classes!
Apache License 2.0
1.18k stars 309 forks source link

How to save the coordinates of the bounding boxes ? #29

Closed vismayaps closed 6 years ago

vismayaps commented 6 years ago

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 !!

philipperemy commented 6 years ago

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).

akshaybhatia10 commented 6 years ago

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