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.07k stars 299 forks source link

A typo in neucon_network? #87

Closed HaFred closed 2 years ago

HaFred commented 2 years ago

https://github.com/zju3dv/NeuralRecon/blob/cd047e2356f68f60adfb923f33572d712f64b57a/models/neucon_network.py#L161 Hi @JiamingSuen , I was trying to train NeuralRecon from scratch but failed to reach the performance mentioned in the paper. After some investigation, I found out something I could not comprehend here in this line. Is it a typo for the scale argument? Should it be scale rather than i for this argument? Thank you very much.

Rock-100 commented 2 years ago

@HaFred Hello HaFred, I also cannot get the performance mentioned in the paper. Have you solved this problem? Many thanks.