maudzung / Complex-YOLOv4-Pytorch

The PyTorch Implementation based on YOLOv4 of the paper: "Complex-YOLO: Real-time 3D Object Detection on Point Clouds"
https://arxiv.org/pdf/1803.06199.pdf
GNU General Public License v3.0
1.21k stars 260 forks source link

how to get the detected objects' coordinates? #51

Open yukun093 opened 2 years ago

yukun093 commented 2 years ago

does anybody know, how can I obtain the coordinates(x,y,z) of the detected object?

yukun093 commented 2 years ago

solved, thanks for the author's contribution.

gledsonmelotti commented 1 year ago

Hello @yukun093, how are you? How did you get the coordinates of detected objects?

akhilnerella81 commented 1 year ago

@gledsonmelotti Did you come to know how to get the coordinates of detected objects?. @yukun093 It would be very helpful if you can tell us about the same.