I am trying to get the coordinates of a bounding box in YOLOv4. I followed the accepted answer provided here. But, even after editing the image.c file I can not see the BBox coordinates. What am I doing wrong?
I am running YOLO on NVIDIA Jetson Nano on Ubuntu and using the terminal to run the following command:
$ ./darknet detector demo cfg/coco.data \
cfg/yolov4-416.cfg \
yolov4.weights \
-c 0