Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

single-texture-atlas std::bad_alloc #5

Open
mrbemani opened this issue Nov 17, 2017 · 2 comments
Open

single-texture-atlas std::bad_alloc #5

mrbemani opened this issue Nov 17, 2017 · 2 comments

Comments

@mrbemani
Copy link

...
Generating texture atlases:
Sorting texture patches... done.
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted (core dumped)

@josefrcm
Copy link

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.

@josefrcm
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants