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

[examples] update pose estimation example to detect joints for all people #2002

Merged
merged 2 commits into from
Sep 8, 2022

Conversation

siddvenk
Copy link
Contributor

@siddvenk siddvenk commented Sep 8, 2022

Description

While working on the serving example for human detection + pose estimation, I noticed that the djl example could use an update to detect joints for all people in the image instead of just a single person. I also fixed a small typoin the documentation.

@siddvenk siddvenk changed the title update pose estimation example to detect joints for all people [examples] update pose estimation example to detect joints for all people Sep 8, 2022
@siddvenk siddvenk force-pushed the pose-estimation-example branch from 1c28e6a to 2b71318 Compare September 8, 2022 20:54
@codecov-commenter
Copy link

Codecov Report

Merging #2002 (2b71318) into master (bb5073f) will decrease coverage by 2.18%.
The diff coverage is 68.82%.

@@             Coverage Diff              @@
##             master    #2002      +/-   ##
============================================
- Coverage     72.08%   69.90%   -2.19%     
- Complexity     5126     5917     +791     
============================================
  Files           473      586     +113     
  Lines         21970    26216    +4246     
  Branches       2351     2846     +495     
============================================
+ Hits          15838    18325    +2487     
- Misses         4925     6511    +1586     
- Partials       1207     1380     +173     
Impacted Files Coverage Δ
api/src/main/java/ai/djl/modality/cv/Image.java 69.23% <ø> (-4.11%) ⬇️
...rc/main/java/ai/djl/modality/cv/MultiBoxPrior.java 76.00% <ø> (ø)
...rc/main/java/ai/djl/modality/cv/output/Joints.java 71.42% <ø> (ø)
.../main/java/ai/djl/modality/cv/output/Landmark.java 100.00% <ø> (ø)
...main/java/ai/djl/modality/cv/output/Rectangle.java 72.41% <0.00%> (ø)
...i/djl/modality/cv/translator/BigGANTranslator.java 21.42% <0.00%> (-5.24%) ⬇️
...odality/cv/translator/BigGANTranslatorFactory.java 33.33% <0.00%> (+8.33%) ⬆️
.../cv/translator/InstanceSegmentationTranslator.java 0.00% <0.00%> (-86.59%) ⬇️
...nslator/InstanceSegmentationTranslatorFactory.java 7.14% <0.00%> (-11.04%) ⬇️
.../cv/translator/SemanticSegmentationTranslator.java 0.00% <0.00%> (ø)
... and 499 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Change-Id: I12517d7eb08c5e345f7d891b179371f5993e86cb
@siddvenk siddvenk merged commit bd45dff into deepjavalibrary:master Sep 8, 2022
@siddvenk siddvenk deleted the pose-estimation-example branch September 8, 2022 22:32
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