-
Notifications
You must be signed in to change notification settings - Fork 655
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
[example] Yolov5 on Face Mask Detection #2452
Conversation
examples/src/main/java/ai/djl/examples/inference/MaskDetection.java
Outdated
Show resolved
Hide resolved
examples/src/main/java/ai/djl/examples/inference/MaskDetection.java
Outdated
Show resolved
Hide resolved
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #2452 +/- ##
============================================
+ Coverage 72.08% 73.90% +1.81%
- Complexity 5126 6804 +1678
============================================
Files 473 673 +200
Lines 21970 29706 +7736
Branches 2351 3066 +715
============================================
+ Hits 15838 21954 +6116
- Misses 4925 6262 +1337
- Partials 1207 1490 +283
... and 339 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
This reverts commit e352011.
Relevant to PR awslabs/atlearn#9 in ATLearn.