LightwheelAI / street-gaussians-ns

Unofficial implementation of "Street Gaussians: Modeling Dynamic Urban Scenes with Gaussian Splatting", ECCV2024.
Apache License 2.0
323 stars 31 forks source link

`sgn_train` Not found for train.sh #21

Closed muye1202 closed 5 months ago

muye1202 commented 5 months ago

May I ask in what package is sgn_train command installed? Is it from the nerfstudio package?

thanks

muye1202 commented 5 months ago

It seems sgn_train comes from nerfstudio

Hamme122 commented 3 months ago

Hi, I think it's in the pyproject.toml file. And do you know how to debug this command, thank you!

muye1202 commented 3 months ago

Hi, I think it's in the pyproject.toml file. And do you know how to debug this command, thank you!

Hi! If you meant a closer look at the training pipeline source code, I think sgn_train related config is defined in 'sgn_config.py', and the sgn related model classes inherit from Nerfstudio classes. Arguments such as loading model checkpoints can be found in 'sgn_config.py'