zju3dv / NeuralRecon

Code for "NeuralRecon: Real-Time Coherent 3D Reconstruction from Monocular Video", CVPR 2021 oral
https://zju3dv.github.io/neuralrecon/
Apache License 2.0
2.03k stars 294 forks source link

Some question about the codes #126

Open HaolinLiu97 opened 1 year ago

HaolinLiu97 commented 1 year ago

Hi, Thank you for sharing your great work. I have a question about the codes in the network. The upsample function used in the network disable the gradient propagation. Will the performance be better with the gradient enabled? I think it should be no harm by letting the gradient flows from lower level to the higher level.

Best,