colmap2nerf.py gets killed by oom killer #956
Replies: 1 comment 1 reply
-
hi i know this question has not been answered for a long time but i leave comment for future users approches you could try instead of resizing image
colmap uses most mem at feature matching stage so you could try passing colmap args in colmap2nerf.py
checkout https://colmap.github.io/faq.html for more available options hope it helps |
Beta Was this translation helpful? Give feedback.
-
Cheers,
As the title says, I am having problem running colmap2nerf.py script on my input video. My input video is in resolution 3840 x 2160 and I am running the script on a setup with 32GB RAM and 2 Nvidia 3080 ti GPUs. I though that amount of RAM would be enough for an image of this size, but unfortunately that is not the case. If I resize the image to 1920 x 1080, the script is finished successfully.
Any ideas on how to approach this? Should I be looking for a setup with more RAM? Or should I give up on that image size and focus on smaller images?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions