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

fakepath issue with your AVOD code #26

Open sarimmehdi opened 4 years ago

sarimmehdi commented 4 years ago

Hello. When I try to visualize the results by running demos/show_predictions_2d.py, I get an error: FileNotFoundError: Dataset path does not exist: /home/sarim/fakepath Can you tell me where exactly I need to make a change to deal with fakepath? What exactly I should replace fakepath with? I searched your entire AVOD project for instances of fakepath and found that it is used in the following three lines:

avod/protos/kitti_dataset.proto (line11)
avoid/protos/kitti_dataset_pb2.py (line 23 and 48)

Please tell me what I should replace fakepath with (if I need to)

mileyan commented 4 years ago

Hi

This AVOD code is forked from https://github.com/kujason/avod. I haven't modified the show_predictions_2d.py yet. I might try it after ECCV ddl. If you want to show the 2D or 3D predictions, I can send you some scripts.