-
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
Topdown multi batch inference #390
Conversation
mmpose/datasets/datasets/top_down/topdown_posetrack18_dataset.py
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #390 +/- ##
==========================================
- Coverage 82.77% 82.44% -0.33%
==========================================
Files 120 121 +1
Lines 7874 8028 +154
Branches 1251 1298 +47
==========================================
+ Hits 6518 6619 +101
- Misses 1097 1145 +48
- Partials 259 264 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
mmpose/datasets/datasets/top_down/topdown_posetrack18_dataset.py
Outdated
Show resolved
Hide resolved
Some minor comments |
mmpose/datasets/datasets/top_down/topdown_posetrack18_dataset.py
Outdated
Show resolved
Hide resolved
* resolve comments * update changelog * add test_dataloader settings to localization cfg
* batch_inference * batch_inference * batch_inference for topdown * topdown_multi_batch_inference * topdown_multi_batch_inference * topdown_multi_batch_inference * topdown_multi_batch_inference * topdown_multi_batch_inference * some modifications * topdown_mpii_dataset * topdown_posetrack18_dataset * assert bbox_id while bs > 1 Co-authored-by: sensetime <sensetime@sensetime.domain.sensetime.com>
* Support use 'global var' in config function * upload test file
* batch_inference * batch_inference * batch_inference for topdown * topdown_multi_batch_inference * topdown_multi_batch_inference * topdown_multi_batch_inference * topdown_multi_batch_inference * topdown_multi_batch_inference * some modifications * topdown_mpii_dataset * topdown_posetrack18_dataset * assert bbox_id while bs > 1 Co-authored-by: sensetime <sensetime@sensetime.domain.sensetime.com>
Topdown multi batch inference
fix #25
fix #120
fix #197