kakaxi314 / BP-Net

Implementation of our paper 'Bilateral Propagation Network for Depth Completion'
MIT License
69 stars 6 forks source link

Code question about the MLP module #19

Open yiandjer opened 2 weeks ago

yiandjer commented 2 weeks ago

Hi author, I would like to ask how the process of obtaining the three parameters α, β, and ω mentioned in the paper is implemented in the code? (Which .py file is the relevant code in?). 1

kakaxi314 commented 2 weeks ago

It's here. https://github.com/kakaxi314/BP-Net/blob/bb1886bdf454d3229a8d3d2aedc75476e9621084/models/utils.py#L567