zju3dv / deltar

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

discretize the distribution by sampling depth hypotheses #2

Closed sunyuan789 closed 2 years ago

sunyuan789 commented 2 years 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 2 years ago

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

sunyuan789 commented 2 years ago

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