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

[pytorch] Adds yolov8n pose estimation model #3298

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

frankfliu
Copy link
Contributor

  • [api] Reactor nms for yolo translator
  • [pytorch] Adds yolov8n pose estimation model

Description

Brief description of what this PR is about

  • If this change is a backward incompatible change, why must this change be made?
  • Interesting edge cases to note here

@frankfliu frankfliu requested review from zachgk and a team as code owners July 3, 2024 15:36
@frankfliu frankfliu force-pushed the yolo branch 2 times, most recently from 02e2690 to 08251cf Compare July 3, 2024 18:14
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 89.67742% with 16 lines in your changes missing coverage. Please review.

Project coverage is 58.04%. Comparing base (725851b) to head (09d4a89).
Report is 4 commits behind head on master.

Files Patch % Lines
...i/djl/modality/cv/translator/YoloV5Translator.java 73.33% 8 Missing ⚠️
...ality/cv/translator/YoloPoseTranslatorFactory.java 66.66% 3 Missing and 1 partial ⚠️
...djl/modality/cv/translator/YoloPoseTranslator.java 95.16% 2 Missing and 1 partial ⚠️
...main/java/ai/djl/modality/cv/output/Rectangle.java 97.67% 0 Missing and 1 partial ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@              Coverage Diff              @@
##             master    #3298       +/-   ##
=============================================
- Coverage     72.71%   58.04%   -14.67%     
+ Complexity     7361     5771     -1590     
=============================================
  Files           677      679        +2     
  Lines         32561    32680      +119     
  Branches       3433     3450       +17     
=============================================
- Hits          23677    18970     -4707     
- Misses         7258    12253     +4995     
+ Partials       1626     1457      -169     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@frankfliu frankfliu merged commit 4142934 into deepjavalibrary:master Jul 8, 2024
5 checks passed
@frankfliu frankfliu deleted the yolo branch July 8, 2024 22:29
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.

3 participants