nerfstudio
nerfstudio copied to clipboard
How to set downscale_factor
I find the downscale_factor is automatically set to 2 when training on 1920*1080 images, I don't want that happen, how can I set the downscale_factor?
I try --pipeline.datamanager.dataparser.downscale_factor 1 but it does not work
Its a bit confusing, this is the structure for the command,
ns-train nerfacto {training args} nerfstudio-data {data args}
So for downscaling the image you should add --downscale-factor in the {data args} section.
Its a bit confusing, this is the structure for the command,
ns-train nerfacto {training args} nerfstudio-data {data args}So for downscaling the image you should add--downscale-factorin the{data args}section.
My bad, thanks for your help