-
Notifications
You must be signed in to change notification settings - Fork 4
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
Hello Great Work #2
Comments
Thanks for your interest! The single_mesh.zip requirement is needed to use a specific version of marching cubes which exports only a single mesh from a TSDF rather than a double mesh. You need this, otherwise you will end up with double-walled meshes which are likely to lead to bad planes when plane fitting. If you just want to try something then you could try just installing any standard version of scikit-image, but results from this would be unlikely to match what's in our paper. Two questions which might help:
Thanks |
Are you getting the following error?
I think I can reproduce this on Ubuntu. It looks like numpy has deprecated distutils. There are several ways this could be fixed, but we probably don't have time to try these ourselves before CVPR. For example we could imagine
|
Could you please tell me the version of scikit-image
I can not use this single_mesh.zip to install scikit-image
The text was updated successfully, but these errors were encountered: