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

Test data label #13

Closed sjg02122 closed 3 years ago

sjg02122 commented 3 years ago

Checking the structure of the dataset, the training folder has a label. But there is no label in the test folder.

I wonder how you used the test data (in what way you obtained the figures for the test data).

Thanks for your works.

Owen-Liuyuxuan commented 3 years ago

The KITTI benchmark did not publish the label of the test folder. You need to register an account on the official website, submit your predictions and finally get scores feedbacks. So that we can't really fine-tune on the test set.

Yongsz commented 3 years ago

How can I get my prediction results on the test data? I try to run the test data with eval.sh but it shows that is no label. How can I solve it?