-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[Feature] New Codec for IPR, a wrapper for multi task losses #1628
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
Conversation
I would like to use |
configs/body_2d_keypoint/topdown_regression/coco/td-reg_res50_ipr-8xb64-210e_coco-256x192.py
Outdated
Show resolved
Hide resolved
As for the organization of the new configs, I suggest we consider SimCC, IPR, and DSNT as algorithms parallel to top-down heatmap (td-hm) and top-down regression (td-reg, which particularly refers to deeppose or directly regressing coordinates with a FC layer). |
Should we also reorganize the heads of new methods? |
configs/body_2d_keypoint/integral_regression/coco/resnet_ipr_coco.md
Outdated
Show resolved
Hide resolved
configs/body_2d_keypoint/integral_regression/coco/resnet_dsnt_coco.md
Outdated
Show resolved
Hide resolved
…oco.md Co-authored-by: Yining Li <liyining0712@gmail.com>
Co-authored-by: Yining Li <liyining0712@gmail.com>
Co-authored-by: Yining Li <liyining0712@gmail.com>
Co-authored-by: Yining Li <liyining0712@gmail.com>
…lab#1628) Co-authored-by: Yining Li <liyining0712@gmail.com>
…lab#1628) Co-authored-by: Yining Li <liyining0712@gmail.com>
Motivation
Modification
BC-breaking (Optional)
Use cases (Optional)
Checklist
Before PR:
After PR: