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

Real-Time Reconstrution display question #64

Closed Nekomiya-fubuki closed 2 years ago

Nekomiya-fubuki commented 2 years ago

Thank you very much for providing the code, but I still have a question that I set both VIS_INCREMENTAL and SAVE_INCREMENTAL to True, but when running the demo, only the rgb image is displayed in real time, and step-by-step mesh reconstruction is not displayed. Is it because my operation is wrong or do I need to write a mesh synchronization visualization program?

JiamingSuen commented 2 years ago

Please make sure Open3D is correctly installed and your environment is supporting rendering with OpenGL.

Fupeng-Chu commented 7 months ago

Thank you very much for providing the code, but I still have a question that I set both VIS_INCREMENTAL and SAVE_INCREMENTAL to True, but when running the demo, only the rgb image is displayed in real time, and step-by-step mesh reconstruction is not displayed. Is it because my operation is wrong or do I need to write a mesh synchronization visualization program?

Hi, I have encountered the same problem. Have you solved it?