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

Improve implementation of segmentation algorithms (and include alternatives) #1292

Open
gilbertocamara opened this issue Feb 19, 2025 · 1 comment
Assignees
Milestone

Comments

@gilbertocamara
Copy link
Contributor

The current version of sits_slic() is slow and fails to work in some circumstances. The function has its own memory management which conflicts with that of the main sits algorithm. It would be good to improve it with a version that would be consistent with the way sitsdoes classification, using blocks and parallel processing.

@M3nin0
Copy link
Member

M3nin0 commented Feb 20, 2025

Dear @gilbertocamara,

Thanks a lot!

As part of this review, we should consider review the DTW implementation (#1296) as we discussed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

3 participants