-
-
Notifications
You must be signed in to change notification settings - Fork 55.9k
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
Move ML module to opencv_contrib #24997
Comments
Consider that there are still people that want such stuff reachable from C++, so |
kmeans and PCA should be moved out of the |
@opencv-alalek, moved where? kmeans is still quite actively used. PCA maybe less so, but it's quite fundamental thing that is still used, even with deep nets (it's the 'cheapest' auto-encoder) |
ML module is a best candidate as target, but it's suggested to be removed. |
another good place for kmeans and PCA is Features (former Features2D) module: #24999 |
Move ml to opencv_contrib #25017 OpenCV cleanup: #24997 opencv_contrib: opencv/opencv_contrib#3636
Should this one be closed since PR is merged? |
Describe the feature and motivation
After ~25 years of developing OpenCV and ~20 years of opencv_ml module history we found that it's time to move ML outside of the main repository. Here are the major reasons:
So, we are going to move ML module to opencv_contrib together with tests, samples, docs/tutorials.
Additional context
No response
The text was updated successfully, but these errors were encountered: