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

Ground Truth Process #45

Open andiwahyumaulana opened 2 years ago

andiwahyumaulana commented 2 years ago

Hi, i am new at Machine Learning, you have a good work. I want to ask, there a labels kitti dataset with 15 coordinate, but when we running test.py i see there are "x, y, w, l, im, re, cls_pred". Can you explain me how the process of the labels becomes like this on test.py? thank you, and i am sorry for my bad english.