-
Notifications
You must be signed in to change notification settings - Fork 129
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
Getting only positive distance values for shapenet dataset #7
Comments
Have you solved this issue?
|
i construct it use vs2019 but it can't debug.and i only kown one thing is something error in makelevelset3 function to allocation memory |
Can you be more specific? You have solved this problem, haven't u? |
i solve it. |
Perhaps share your solution? |
i forget how to solve it . but i can tell the environment windowssdk 10.0.19041.0 c++ 14.actually i think it not a issue at all.becase i use wrong formate obj file . |
I have .obj files from shapenet dataset (https://shapenet.org/)
One example of such a file can be found at (https://drive.google.com/open?id=1R3vEF2JspYdXfjERxTbZMSWTNjPPcxJV)
I am trying to get sdf for this file. But all the distance values are positive. Seems like the code gives only distance values for this dataset and not the signed distance values.
The text was updated successfully, but these errors were encountered: