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

More memory optimizations for RGB/HSV conversion, duplicate filename uploads #1583

Merged
merged 6 commits into from
Jan 10, 2025

Conversation

pierotofy
Copy link
Member

@pierotofy pierotofy commented Jan 10, 2025

More optimizations that almost 2x improve performance in RGB/HSV conversion and substantially reduce memory usage.

Could mitigate #1580

@pierotofy
Copy link
Member Author

Closes #1581

@pierotofy
Copy link
Member Author

Closes #1582

@pierotofy pierotofy changed the title More memory optimizations for RGB/HSV conversion More memory optimizations for RGB/HSV conversion, duplicate filename uploads Jan 10, 2025
@pierotofy
Copy link
Member Author

Also improves a subcase of #1575, in which drone images from different folders have duplicate filenames. People were confused because WebODM would initially select them and show them on the map preview, but later discard them because of the duplicate filename. WebODM now adds a {name}_N.{ext} suffix on duplicate filenames, allowing processing to include all images as expected.

@pierotofy pierotofy merged commit 4b68b45 into OpenDroneMap:master Jan 10, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant