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

Mesh generation problem #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Mesh generation problem #2

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Feb 12, 2017

Could you please help me ?

capture

Copy link
Author

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, Please could you help me please.

@steevo87
Copy link

Almost definitely it is a problem with the capacity of your GPU. If you look at the following line in kinfu_remake/kfusion/src/kinfu.cpp:

p.volume_dims = Vec3i::all(512); //number of voxels

You will see the default resolution is 512 x 512 x 512. When you launch your program, see if you can provide a parameter that overrides this default with a lower multiple of 32 such as 256 or 384.

@ghost
Copy link
Author

ghost commented Feb 13, 2017

@steevo87 thank you very much !!!

sincerely

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

Successfully merging this pull request may close these issues.

2 participants