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

question about dataloader #50

Open JianWu313 opened 3 years ago

JianWu313 commented 3 years ago

hello,is is possible not to generate the huge pseuso-lidar point file(.bin). I want to done this process when load the image.I have just write a function which transform the image to point cloud with the help of SOTA monocular-depth estimator. where should I put this function to avoid load the pretrained weight mutiple times when load the image-data by training.