-
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
add interhand 2d dataset #202
Conversation
Codecov Report
@@ Coverage Diff @@
## master #202 +/- ##
==========================================
- Coverage 83.52% 83.13% -0.40%
==========================================
Files 107 112 +5
Lines 6357 6446 +89
Branches 1024 1025 +1
==========================================
+ Hits 5310 5359 +49
- Misses 850 896 +46
+ Partials 197 191 -6
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_onehand10k_dataset.py
Outdated
Show resolved
Hide resolved
configs/hand/resnet/interhand2d/res50_interhand2d_machine_256x256.py
Outdated
Show resolved
Hide resolved
When we change code in a breaking way, e.g., renaming a class, We need do some thing to help users with migration. One way to do this is to leave an empty shadow class with the original name at the original path. In its init function, print a message about the rename, and then raise an error. |
mmpose/datasets/datasets/top_down/topdown_interhand2d_dataset.py
Outdated
Show resolved
Hide resolved
mmpose/datasets/datasets/top_down/topdown_interhand2d_dataset.py
Outdated
Show resolved
Hide resolved
mmpose/datasets/datasets/top_down/topdown_interhand2d_dataset.py
Outdated
Show resolved
Hide resolved
mmpose/datasets/datasets/top_down/topdown_interhand2d_dataset.py
Outdated
Show resolved
Hide resolved
Is it necessary to add this info now? Or is there any elegant way to do so? |
There are conflicts @liuxin9608 , please resolve them. |
a33c4b2
to
1edfba4
Compare
Looks good modulus the above comments. one comment for future reference: |
f2bceca
to
050b298
Compare
* add interhand 2d dataset * fix image path * add hand base dataset * change pck interface * fix pck * fix forward * change hand configs * fix inference * fix bbox * resolve comments * rebase * resolve comments * resolve comments * fix lint * update model and test results * update models * deprecated * fix docs * fix relative path * add data preparation
* add interhand 2d dataset * fix image path * add hand base dataset * change pck interface * fix pck * fix forward * change hand configs * fix inference * fix bbox * resolve comments * rebase * resolve comments * resolve comments * fix lint * update model and test results * update models * deprecated * fix docs * fix relative path * add data preparation
* add interhand 2d dataset * fix image path * add hand base dataset * change pck interface * fix pck * fix forward * change hand configs * fix inference * fix bbox * resolve comments * rebase * resolve comments * resolve comments * fix lint * update model and test results * update models * deprecated * fix docs * fix relative path * add data preparation
* fix config * add docstring and unit test * update tutorial * update tutorial * fix markdown format * fix markdown format
* add interhand 2d dataset * fix image path * add hand base dataset * change pck interface * fix pck * fix forward * change hand configs * fix inference * fix bbox * resolve comments * rebase * resolve comments * resolve comments * fix lint * update model and test results * update models * deprecated * fix docs * fix relative path * add data preparation
No description provided.