Owen-Liuyuxuan / visualDet3D

Official Repo for Ground-aware Monocular 3D Object Detection for Autonomous Driving / YOLOStereo3D: A Step Back to 2D for Efficient Stereo 3D Detection
https://owen-liuyuxuan.github.io/papers_reading_sharing.github.io/3dDetection/GroundAwareConvultion/
Apache License 2.0
362 stars 77 forks source link

Recall11 or recall 40? #24

Closed tyjiang1997 closed 3 years ago

tyjiang1997 commented 3 years ago

Hi, I want to know the val results on recall11 or recall 40? Thank you for your great job!

Owen-Liuyuxuan commented 3 years ago

It is recall 40.

https://github.com/Owen-Liuyuxuan/visualDet3D/blob/master/visualDet3D/evaluator/kitti/eval.py#L597

tyjiang1997 commented 3 years ago

OK thanks1