-
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 OneHand10K dataset #52
Conversation
mmpose/datasets/datasets/top_down/topdown_onehand10k_dataset.py
Outdated
Show resolved
Hide resolved
mmpose/datasets/datasets/top_down/topdown_onehand10k_dataset.py
Outdated
Show resolved
Hide resolved
mmpose/datasets/datasets/top_down/topdown_onehand10k_dataset.py
Outdated
Show resolved
Hide resolved
mmpose/datasets/datasets/top_down/topdown_onehand10k_dataset.py
Outdated
Show resolved
Hide resolved
mmpose/datasets/datasets/top_down/topdown_onehand10k_dataset.py
Outdated
Show resolved
Hide resolved
mmpose/datasets/datasets/top_down/topdown_onehand10k_dataset.py
Outdated
Show resolved
Hide resolved
mmpose/datasets/datasets/top_down/topdown_onehand10k_dataset.py
Outdated
Show resolved
Hide resolved
mmpose/datasets/datasets/top_down/topdown_onehand10k_dataset.py
Outdated
Show resolved
Hide resolved
mmpose/datasets/datasets/top_down/topdown_onehand10k_dataset.py
Outdated
Show resolved
Hide resolved
|
||
self.ann_info['flip_pairs'] = [] | ||
|
||
self.ann_info['use_different_joints_weight'] = False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not specific to this pr, but this name reads strange. maybe "use_different_joint_weights" is better? btw what does this parameter mean @jin-s13
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aha. Yes. use_different_joint_weights
seems better.
This will assign different loss weight to different joints (for example, pay more attention to the accuracy of wrists.).
Please do not merge this branch, until the model checkpoint (.pth) is provided. |
We have validated the model accuracy and provided the model, see README.md. |
Co-authored-by: jinsheng <jinsheng@sensetime.com>
Add OneHand10K dataset