mvs-texturing
mvs-texturing copied to clipboard
single-texture-atlas std::bad_alloc
... Generating texture atlases: Sorting texture patches... done. terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted (core dumped)
I just ran into the same problem trying to texture a pretty big model (around 700k faces and 50 images of 16 mpx each). It looks like the program runs out of memory.
I just did a few more tests, and it seems the textures were too big for my machine. I resized the images to 50% of their original resolution, and it worked.