You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: