-
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
[Doc] Update algorithm readmes with performance tables #1709
[Doc] Update algorithm readmes with performance tables #1709
Conversation
|
||
| Model | Input Size | AP | AR | Details and Download | | ||
| :--------: | :--------: | :---: | :---: | :-------------------------------------------------------: | | ||
| HRNet-w32 | 256x256 | 0.740 | 0.780 | [hrnet_animalpose.md](./animalpose/hrnet_animalpose.md) | |
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.
HRNet32 performance is abnormally high and unaligned with master. Please double check it with @Ben-Louis
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.
I just run the test for this setting with master and dev-1.x, respectively. The results match this table but are different from the record.
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.
Ok, then let's keep it this way in this PR. Meanwhile, @liqikai9 please retain the hrnet32 and hrnet48 models to further verify the performance.
* update algorithm readme with performance tables * resolve comments
* update algorithm readme with performance tables * resolve comments
* update algorithm readme with performance tables * resolve comments
Motivation
Update
topdown_heatmap
andtopdown_regression
algorithm readmes with performance tables for animal / face / hand / wholebody configs.Modification
BC-breaking (Optional)
Use cases (Optional)
Checklist
Before PR:
After PR: