dazinovic / neural-rgbd-surface-reconstruction

Official implementation of the CVPR 2022 Paper "Neural RGB-D Surface Reconstruction"

Home Page:https://dazinovic.github.io/neural-rgbd-surface-reconstruction/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't get any result understandable

kmkben opened this issue · comments

Hello

Unless I'm not understanding anything but I can't see anywhere how to run the program to have a result like video or something.

However when I run this command :

python optimize.py --config configs/breakfast_room.txt

I get two files in logs args.txt and config.txt but still not know what to do with them. And the command finished with killed, I don't what that mean ?

Is there anyone to tell me how can I get a result with the program ? and then I will can use my own data.

Thanks

@kmkben You likely ran out of memory. There are helpful tips on how to lower the required memory using some of the parameters in the manual: python optimize.py -h.

Thank you @przemekblasiak for your reply. I found out that after and got nice results
Now I am trying to test with my own and getting troubles with cameras poses.
Do you have any advices to handle this ? I mean to find the cameras poses for my images.
I saw in some post to use colmap or BundleFusion but after some search I didn't understand on how to really do it.
Thanks in advance

Unfortunately, same problem here. I'll let you know once I figure it out.
This is the most informative thread I found so far: #2 (comment) .

The killed command might mean that the rays that are being loaded onto RAM exceed the allocation you have, and the script is automatically aborted. Might be worth looking into how much RAM usage you have when the optimize.py script is running.