opencv / opencv_zoo

Model Zoo For OpenCV DNN and Benchmarks.
Apache License 2.0
619 stars 186 forks source link

Add Java demos (Last update on 2024-04-07) #251

Open fengyuentau opened 6 months ago

fengyuentau commented 6 months ago

There are a growing number of issues asking reproducing demos in Java. We welcome your contributions!

Relates https://github.com/opencv/opencv_zoo/issues/135.

Progress:

Status Task Models
❗️ Need Contribution Face Detection YuNet
❗️ Need Contribution Face Recognition SFace
❗️ Need Contribution Object Detection YOLOX
❗️ Need Contribution Object Detection NanoDet
❗️ Need Contribution Text Detection DB
❗️ Need Contribution Text Recognition CRNN (CN)
❗️ Need Contribution Text Recognition CRNN (EN)
❗️ Need Contribution Text Recognition CRNN (CH)
❗️ Need Contribution Image Classification PP-ResNet50
❗️ Need Contribution Image Classification MobileNet V1
❗️ Need Contribution Image Classification MobileNet V2
❗️ Need Contribution Human Segmentation PP-HumanSeg
❗️ Need Contribution QR Code Detection / Parsing WeChatQRCode
❗️ Need Contribution Person Re-Identification YoutuReID
❗️ Need Contribution Palm Detection MP-PalmDet
❗️ Need Contribution Hand Pose Estimation MP-HandPose
❗️ Need Contribution Person Detection MP-PersonDet
❗️ Need Contribution Pose Estimation MP-Pose
❗️ Need Contribution Facial Expression Recognition FER
❗️ Need Contribution Object Tracking VitTrack
fengyuentau commented 6 months ago

SFace Java demo: https://github.com/opencv/opencv_zoo/issues/195.

12341234-yangboran commented 5 months ago

How can i upload my demo

12341234-yangboran commented 5 months ago

Can I push the demo to branch of master?

fengyuentau commented 5 months ago

Can I push the demo to branch of master?

Yes, please make a pull request to add your java demo.