mileyan / pseudo_lidar

(CVPR 2019) Pseudo-LiDAR from Visual Depth Estimation: Bridging the Gap in 3D Object Detection for Autonomous Driving
https://mileyan.github.io/pseudo_lidar/
MIT License
967 stars 215 forks source link

your pre-trained AVOD model doesn't work #24

Closed sarimmehdi closed 4 years ago

sarimmehdi commented 4 years ago

I ran the AVOD code but I get a "no checkpoint error". I did everything as was explained on the AVOD github. Please tell me how to make your AVOD pre-trained checkpoint work. This issue is also encountered here: https://github.com/mileyan/pseudo_lidar/issues/19 and remains unanswered

mileyan commented 4 years ago

Hi Sarimmehdi,

Sorry for hearing about it. To make it more convenient, I have modified the avod code a little bit. You can download the code from https://github.com/mileyan/avod_pl. I have tested it. Please message me if you have any questions after you trying it.

sarimmehdi commented 4 years ago

Thank you very much. It worked!