Running the detect.py I can get the image with bounding box drawn around the objects, but I can't figure out how to get just the coordinates of the bounding boxes of objects detected ?
Yolov5 provides those coordinates very easily, but I couldn't find anything similar in YoloR.
Do you have any idea how would i get those coordinates ?
Any help would be appreciated.
Running the detect.py I can get the image with bounding box drawn around the objects, but I can't figure out how to get just the coordinates of the bounding boxes of objects detected ? Yolov5 provides those coordinates very easily, but I couldn't find anything similar in YoloR. Do you have any idea how would i get those coordinates ? Any help would be appreciated.