nerfstudio-project/nerfstudio

Downscale prompts

Opened this issue · 0 comments

I'm using Nerfstudio in a batch processing workflow and have encountered some interactive prompts during operations. For example, when working with COLMAP data the application might ask: “Would you like to downsample the images (y/n)?” (source). As far as I can tell, there are currently no features available to control these interactive prompts.

Are there any plans to introduce command-line flags, such as --yes, environment variables, or configuration options that would allow users to automatically respond to these prompts? This would help facilitate automation.

In this specific case of downsampling images, I can currently pipe y\n via stdin or preprocess the images manually in advance, but having a built-in option would improve usability.

Thank you for considering this request!