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

Cannot extract mesh for the learned character nor render mesh as described in README.md #16

Closed
domattioli opened this issue Jul 12, 2022 · 1 comment

Comments

@domattioli
Copy link

import mcubes, trimesh

I've successfully ran the first test with run_render.py to render the learned model. However, running the second test (rendering the mesh) produces an error referencing that import line.
ModuleNotFoundError: No module named 'mcubes'.

My environment is setup precisely as described in the README.md. I tried manually installing the supposedly missing package but that results in a python version conflict because A-NeRF requires 3.8:
Specifications: - marching_cubes -> python[version='>=3.7,<3.8.0a0|>=3.7.6,<3.8.0a0']

@LemonATsu
Copy link
Owner

Hi @domattioli, you can try building the package directly from the repo: https://github.com/pmneila/PyMCubes and see if that works.

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