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

Lower iPhone camera position leads to bad result #52

Closed wtiandong closed 3 years ago

wtiandong commented 3 years ago

Hi, Thanks for your great work! I have a problem that when I attach my iPhone to my tool car (remote control), which the height of iPhone camera position is 5 cm with respect to the ground, neural recon gives me a bad result. But if I hold my iPhone in hand (height is 1.5m) and sample the same place, the result is great. Do I need to modify something in data preprocessing or something else? Thank you!

JiamingSuen commented 3 years ago

5cm to the ground is too far away from the poses in the training data. You will have to train the network with similar data in order to make it work.