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

Validation Error #15

Closed mertmerci closed 3 years ago

mertmerci commented 3 years ago

Hi,

I am trying to run the validation but facing the following error. How can I solve it?

Screenshot 2021-05-02 at 12 55 29

Owen-Liuyuxuan commented 3 years ago

You need to run

./launcher/det_precompute.sh config/$CONFIG_FILE.py test

to precompute imdb for the test set.

and the original documentation may be misleading. I committed the newer version.

mono3d

mertmerci commented 3 years ago

Thank you for your prompt response.

I tried it also run the command on the new version however I still face the same error. Screenshot 2021-05-03 at 21 11 41

Owen-Liuyuxuan commented 3 years ago

Thank you for your prompt response.

I tried it also run the command on the new version however I still face the same error. Screenshot 2021-05-03 at 21 11 41

This does not look like the eval file in this repo. In https://github.com/Owen-Liuyuxuan/visualDet3D/blob/master/scripts/eval.py, there is no "detector(img)", maybe you have modified the code?