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

[JAVA] API 2.0 face detection demo #406

Merged
merged 3 commits into from
Sep 2, 2022

Conversation

likholat
Copy link
Contributor

No description provided.

@likholat likholat requested a review from a team as a code owner August 23, 2022 15:14
@likholat
Copy link
Contributor Author

likholat commented Aug 23, 2022

@allnes please review

import org.opencv.core.*;
import org.opencv.highgui.HighGui;
import org.opencv.imgcodecs.*;
import org.opencv.imgproc.Imgproc;
Copy link
Contributor

@dkurt dkurt Aug 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like recommend replace deprecated sample completely. It's OK to keep both APIs in the tests but samples should demonstrate the latest one.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, but I think we should first add async methods for Java API 2.0.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are two different demos so why not upgrade a synchronous sample first?

@alvoron alvoron enabled auto-merge (squash) August 30, 2022 13:07
@alvoron alvoron merged commit a35088e into openvinotoolkit:master Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants