nerfstudio
nerfstudio copied to clipboard
Easier the modification of ns-train colmap options such as --downscale-factor
Finding how to disable/change downscale using CLI is not easy, while this is as easy as doing:
ns-train splatfacto --data mydatadir colmap --downscale-factor 1
The doc indicates the existance of such a parameter
I was expecting to find its presence in ns-train splatfacto --help
but this is in ns-train splatfacto colmap --help
.
The problem is the same for all subcommand options.
Somes ideas:
- add more information in
optional subcommands
inns-train splatfacto --help
such as:ns-train splatfacto [subcommand] --help
to getpipeline.datamanager.dataparser options
- add in some place in the documentation
- move the subcommand help in the main help
- move the options to
--pipeline.datamanager.dataparser.*
eg :--pipeline.datamanager.dataparser.downscale-factor
- Update that message
Auto image downscale factor of 4 nerfstudio_dataparser.py:484
At least that information is now here in that github issue and I'm happy with that!