zju3dv / deltar

Code for "DELTAR: Depth Estimation from a Light-weight ToF Sensor And RGB Image", ECCV 2022
GNU General Public License v3.0
125 stars 6 forks source link

discretize the distribution by sampling depth hypotheses #2

Closed sunyuan789 closed 1 year ago

sunyuan789 commented 1 year ago

Hello professor, your work has really enlighten me. However, I have some questions. In your paper 4.1 chapter, you write "discretize the distribution by sampling depth hypotheses". Could you please tell me what does that mean or how did that? Thank you!

eugenelyj commented 1 year ago

@sunyuan789 Hi, here we mean we sample some value from the distribution

sunyuan789 commented 1 year ago

Thank you! I have learned something. I'm looking forward to your code~