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

Trouble evaluating mAP #29

Open AbdullahRJafar opened 3 years ago

AbdullahRJafar commented 3 years ago

I trained the model with only pedestrians. I tested it and noticed a lot of false positives, I didn't train for too long so I was expecting this. When I run evaluate.py I get a mAP of 0. Any guesses as to why/advice?

Thanks