Megvii-BaseDetection / BEVDepth

Official code for BEVDepth.
MIT License
723 stars 99 forks source link

some a fews problem about compute depth details #42

Open Tony-Hou opened 2 years ago

Tony-Hou commented 2 years ago

self.depth_channels = int( (self.dbound[1] - self.dbound[0]) / self.dbound[2])

  1. why is depth channels setting 'd_bound': [2.0, 58.0, 0.5] to compute channels is 112 ?
  2. https://github.com/Megvii-BaseDetection/BEVDepth/blob/main/exps/bev_depth_lss_r50_256x704_128x128_24e.py#L271 Why to multiply 3.0 depth_loss?
lilkeker commented 2 years ago

I don't understand this place very well,too. Why do it to set 3 times the depth_loss, and it seems that this depth_loss only supervises the depth predicted by the key frame. I now want to use the point cloud to complete the predicted depth of the image, but it seems It can only complete the depth predicted by the key frame frame.

lilkeker commented 2 years ago

image