Add Java demo for YuNet face detectionFeat java yunet demo#306
Add Java demo for YuNet face detectionFeat java yunet demo#306Oscar125841 wants to merge 1 commit intoopencv:mainfrom
Conversation
|
Was this PR generated by AI or did you delete all these files yourself? Corresponding thread on the forum: https://forum.opencv.org/t/update-on-issue-251-java-demo-for-yunet-face-detection/24364 |
|
Hi @crackwitz, thanks for the feedback. |
|
I would recommend against opening a new PR. if you want to keep going, you should keep this PR. just add more commits to your branch or force-push. |
|
Thank you for the guidance, @crackwitz. I will keep this PR open as you suggested. I'm currently working on cleaning up the branch to revert the accidental deletions and ensure only the demo.java file and its necessary directory structure are included. I will push the new commits shortly |
0becadd to
a74cdfa
Compare
|
Hi @crackwitz, I have cleaned up the PR. It now only contains the demo.java file and the correct directory structure. I successfully reset the branch and force-pushed to remove the accidental deletions. It's that what you told me later? or you want anything else for doing the correct PR for the contribution? I'm really new in terms of using git commands I'm so sorry for what I've done later this confusion is because I can't execute the program because I had an old version of opencv library I imagine you aren't to have this problem |
This PR adds the Java implementation for the YuNet face detection model, resolving issue #251. It includes support for image and camera inference