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

CUDA: disable code using obsolete objdetect API #1889

Merged
merged 1 commit into from
Nov 10, 2018

Conversation

alalek
Copy link
Member

@alalek alalek commented Nov 9, 2018

To fix CUDA build.
Related tests are disabled too.

force_builders=Custom
docker_image:Custom=ubuntu-cuda:16.04

@alalek
Copy link
Member Author

alalek commented Nov 10, 2018

👍

@xsacha
Copy link

xsacha commented Nov 29, 2018

How are we meant to do cv::cuda::CascadeClassifier now?

@alalek
Copy link
Member Author

alalek commented Nov 29, 2018

Feel free to prepare patch with migration of disabled code from removed legacy API and validate proposed changes.

@xsacha
Copy link

xsacha commented Nov 29, 2018

If it is replaced by something, what is the new API?

@alalek
Copy link
Member Author

alalek commented Nov 29, 2018

cvLoad -> FileStorage

@xsacha
Copy link

xsacha commented Nov 29, 2018

To replace detectMultiScale?

@isgursoy
Copy link

@alalek FileStorage accepting ::create is also disabled and throws.

@Mekhak
Copy link

Mekhak commented Mar 14, 2019

So what is the alternative API for cuda::CascadeClassifier?

@xsacha
Copy link

xsacha commented Mar 14, 2019

From what I've deduced, it appears OpenVINO is what they want us to use now.
Intel exerting some influence?

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.

5 participants