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

Parallelize eval command #1049

Open
lewfish opened this issue Nov 19, 2020 · 0 comments
Open

Parallelize eval command #1049

lewfish opened this issue Nov 19, 2020 · 0 comments

Comments

@lewfish
Copy link
Contributor

lewfish commented Nov 19, 2020

This command can take a long time to run for semantic segmentation models with large datasets, which requires loading rasters and comparing them pixel by pixel. We can implement this by making eval splittable and having each process output an eval file for the scenes it processed, and then another eval_merge command that combines and averages them together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant