NVlabs / InstantSplat

InstantSplat: Sparse-view SfM-free Gaussian Splatting in Seconds
https://instantsplat.github.io/
Other
861 stars 53 forks source link

Circular import #19

Open eloquentarduino opened 2 months ago

eloquentarduino commented 2 months ago

Tried replicating your work. When running python train_joint.py ..., I get the following error:

ImportError: cannot import name '_C' from partially initialized module 'diff_gaussian_rasterization' 
(most likely due to a circular import) (/InstantSplat/submodules/diff-gaussian-rasterization/diff_gaussian_rasterization/__init__.py)

Any hint?

kairunwen commented 1 month ago

Hi @eloquentarduino, you might consider building a new container using our Docker images and then re-running the code.