nihalsid / retrieval-fuse

[ICCV21] Code for "RetrievalFuse: Neural 3D Scene Reconstruction with a Database"
81 stars 8 forks source link

Marching cubes missing #3

Closed DeltaMarine101 closed 2 years ago

DeltaMarine101 commented 2 years ago

Hi, the utils/marching_cubes file is missing from this repo, making import marching_cubes as mc fail. I can see that "util/marching_cubes/*.pyd" is included in the .gitgnore, so would it be possible to provide this file, or let me know what marching cubes implementation this project requires?

Thanks!

nihalsid commented 2 years ago

Hi, the marching cubes implementation we were using was the one from here: https://github.com/JustusThies/PyMarchingCubes

DeltaMarine101 commented 2 years ago

Awesome, thank you!