-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Feature] Add inferencers #1969
Conversation
be51a33
to
0c67427
Compare
Codecov ReportBase: 80.17% // Head: 82.15% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #1969 +/- ##
===========================================
+ Coverage 80.17% 82.15% +1.97%
===========================================
Files 210 220 +10
Lines 12521 13100 +579
Branches 2112 2227 +115
===========================================
+ Hits 10039 10762 +723
+ Misses 2026 1842 -184
- Partials 456 496 +40
Flags with carried forward coverage won't be shown. Click here to find out more.
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 at Codecov. |
Motivation
Modification
Pose2DInferencer
which can conduct 2D pose estimation on image/video/webcam with top-down/bottom-up modelsMMPoseInferencer
Usage
python demo/inferencer_demo.py tests/data/coco/ --pose2d human --show --pred-out-dir predictions
python demo/inferencer_demo.py webcam --pose2d human --vis-out-dir visualization
BC-breaking (Optional)
Use cases (Optional)
Checklist
Before PR:
After PR: