nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

How to set downscale_factor

Open HrsPythonix opened this issue 3 years ago • 1 comments

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

HrsPythonix avatar Nov 17 '22 11:11 HrsPythonix

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.

tancik avatar Nov 17 '22 16:11 tancik

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.

My bad, thanks for your help

HrsPythonix avatar Nov 18 '22 02:11 HrsPythonix