Closed orgicus closed 1 year ago
Thank you for reporting! The instructions indeed had a critical flaw: they failed to specify that the gaussian-splatting
branch of Nerfstudio is currently needed. Now updated. Should be installed like this:
git clone https://github.com/nerfstudio-project/nerfstudio.git
cd nerfstudio
git checkout gaussian-splatting # <--- Different from standard instructions
pip install --upgrade pip setuptools
pip install -e .
That was it! Thank you so much for the notes and updating the guide! Awesome stuff!
I've just tried to follow the mapping README and most of it worked!
I'm stuck at the last step:
I'm getting an error here:
I thought perhaps it's a type and also tried:
ns-train gaussiansplatting --data sdk-examples/mapping/spectacular-ai-nerfstudio --vis viewer
ns-train gaussian_splatting --data sdk-examples/mapping/spectacular-ai-nerfstudio --vis viewer
but I get the same error.I have installed gsplat in the same nerfstudio conda environment. I did notice
gs
and tried that too, but I get different errors:As per args parsing error, I would expect
gaussian-splatting
to be an option, but it's not ? (nerfstudio does see other packages like volinga and that works just fine).I appreciate this may be more of a nerfstudio/gsplat question than a SpectacularAI one: any hints/tips are more than welcome and I'd be more than happy to submit a PR to update documentation if that helps.
Thank you so much, George