lukemelas / realfusion

Official code for "RealFusion: 360° Reconstruction of Any Object from a Single Image" (CVPR 2023)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to solve this problem?

Hwaaan2 opened this issue · comments

ModuleNotFoundError: No module named '_gridencoder'
This error appears, how do I resolve it?

Sorry for the late reply, I'm going though a lot of issues now. You probably figured this out already, but for others, you have to build the cuda extensions, as noted in the README:

# (Recommended) Build cuda extensions -- alternatively, they can be built on-the-fly
pip install ./raymarching
pip install ./shencoder
pip install ./freqencoder
pip install ./gridencoder