kerrj / lerf

Code for LERF: Language Embedded Radiance Fields
https://www.lerf.io/
MIT License
649 stars 63 forks source link

ImportError: cannot import name 'LERFModelConfig' from 'lerf.lerf' #67

Open GCChen97 opened 9 months ago

GCChen97 commented 9 months ago

Hi, I tried to install lerf and got ImportError: cannot import name 'LERFModelConfig' from 'lerf.lerf' after running ns-install-cli.

After that, running ns-train -h also got the same ImportError. How to solve this problem?

GCChen97 commented 9 months ago

Add from .lerf import LERFModelConfig;from .lerf import LERFModel in __init__.py seems work for the ImportError