neural-rgbd-surface-reconstruction
neural-rgbd-surface-reconstruction copied to clipboard
Official implementation of the CVPR 2022 Paper "Neural RGB-D Surface Reconstruction"
Hello, thanks for your excellant work! I have some questions about the differences between poses.txt and tranval_poses.txt I know that poses.txt are ground truth poses while tranval_poses.txt are estimated poses...
Hi, When I run the model on my own dataset, I get a mass as you can see below. Is it because of the translation/scaling factors that are applied? Or...
Hello, author. Thank you for completing and providing this great work. I ran the code and got perfect results on the data set you provided, so I want to try...
Thank you very much for sharing. I would like to ask you how to make your own dataset, I ran the code and got perfect results on the dataset you...
Hi, I am trying to get this repo working. It seems like the environment.yml file is outdated. I get a bunch of dependencies conflicts. ANy ideas what the right .yml...
Hi: thank you for sharing this amazing work! Is it possible to share the training/evaluation script of the compared methods (like routed fusion) on the scannet dataset? thank you!
Hi Dejan, Thanks for your great work! I was trying to work around the code and the data you provided on the github page. But for some reason, the link...
Hi, thanks for your nice work. Just want to ask that are you planning to release the exact ICL data you use for evaluation in the paper? Or maybe details...
Hi @dazinovic , following your comment here: https://github.com/dazinovic/neural-rgbd-surface-reconstruction/issues/1#issuecomment-1018759211, I used the [mesh_metrics.py](https://github.com/nihalsid/retrieval-fuse/blob/main/util/mesh_metrics.py) script to compute the evaluation metrics. I used the meshes provided by you [here](http://kaldir.vc.in.tum.de/neural_rgbd/meshes.zip). The numbers I get...
Hello, Thanks for releasing the wonderful work! I want to create some custom datasets on given blender projects. Therefore, would you mind to share the blender render script for these...