Megvii-BaseDetection / BEVDepth

Official code for BEVDepth.
MIT License
730 stars 102 forks source link

depth ground truth #88

Closed Orange-rightperson closed 1 year ago

Orange-rightperson commented 2 years ago

I see gen_depth_gt.py does not exist, is that mean we do not need depth groundtruth? and we do not need depth estimation?

yinchimaoliang commented 2 years ago

Depth gt is generated online now.

Orange-rightperson commented 2 years ago

does it mean it has been generated when I train?

yinchimaoliang commented 2 years ago

Yes, it is.

Orange-rightperson commented 2 years ago

E,could you please tell me how it works?

yinchimaoliang commented 2 years ago

During training, lidar points are loaded and transformed to depth gt for supervision.

Orange-rightperson commented 2 years ago

where are the codes that transformed lidar points to depth located?

Orange-rightperson commented 2 years ago

I find it, thankyou

YuhanZhou521 commented 7 months ago

where are the codes that transformed lidar points to depth located?

Can you tell me where this code is from? I can't find it either.