neural-rgbd-surface-reconstruction
neural-rgbd-surface-reconstruction copied to clipboard
Can't get any result understandable
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: https://github.com/dazinovic/neural-rgbd-surface-reconstruction/issues/2#issuecomment-1034896810 .