mileyan / Pseudo_Lidar_V2

(ICLR) Pseudo-LiDAR++: Accurate Depth for 3D Object Detection in Autonomous Driving
MIT License
594 stars 124 forks source link

Must be sparse before gdc? #29

Open mihudaner opened 1 year ago

mihudaner commented 1 year ago

Hello, I am very interested in your article and code, and I have read the code carefully,

But I tried to use the depth map generated by the 64-line ground truth to correct the depth estimation result with gdc, and then down-sampling, but gdc has no effect

I must first convert the depth estimation result into pseudo-radar, then down-sampling it to 64 lines and then converting it into depth map, so that gdc can get the correct result

Do you have to convert the depth map to pseudo-radar, then sample the pseudo-radar, and then convert the depth map? It feels so cumbersome. Can't we use gdc for depth map first and then sample it down? image

Xi-Gong commented 3 months ago

I see the --disable_subsample param under main_batch.py, have you ever try it?