Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow same dimensions optimizations to be disabled #2292

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

machenmusik
Copy link
Contributor

@machenmusik machenmusik commented Aug 2, 2023

Use ns-process-data images --no-same-dimensions ... to handle image sets with different dimensions properly, by disabling same-dimensions optimizations. (Fast downscaling assumes image dimensions are the same.)

Fixes #2293 when --no-same-dimensions is specified, which behaves correctly but unfortunately runs slower.

Use ns-process-data images --no-same-dimensions ... to handle images sets with different dimensions properly.  (Fast downscaling assumes image dimensions are the same.)
Copy link
Contributor

@tancik tancik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for fixing

@tancik tancik merged commit 5b4abc4 into nerfstudio-project:main Aug 2, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fast downscaling breaks for input sets that are not same dimensions
2 participants