autonomousvision / gaussian-opacity-fields

Gaussian Opacity Fields: Efficient and Compact Surface Reconstruction in Unbounded Scenes
https://niujinshuchong.github.io/gaussian-opacity-fields/
Other
559 stars 26 forks source link

When I run the `extract_mesh.py` I meet an error. #32

Closed huahangc closed 1 month ago

huahangc commented 1 month ago

ImportError: cannot import name 'tetranerf_cpp_extension' from partially initialized module 'tetranerf.utils.extension' (most likely due to a circular import) (/home/hh/anaconda3/envs/gof/lib/python3.8/site-packages/tetranerf/utils/extension/__init__.py) How to solve this problem? Has anyone meet this error?

ywaison commented 1 month ago

ImportError: cannot import name 'tetranerf_cpp_extension' from partially initialized module 'tetranerf.utils.extension' (most likely due to a circular import) (/home/hh/anaconda3/envs/gof/lib/python3.8/site-packages/tetranerf/utils/extension/__init__.py) How to solve this problem? Has anyone meet this error?

23/5000

Hello, I also encountered the same problem, how did you solve it