Skip to content
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

[Fix] fix model names in metafiles #2093

Merged
merged 1 commit into from Mar 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -12,7 +12,7 @@ Models:
Architecture: &id001
- SimpleBaseline2D
Training Data: AP-10K
Name: topdown_heatmap_res50_ap10k_256x256
Name: td-hm_res50_8xb64-210e_ap10k-256x256
Results:
- Dataset: AP-10K
Metrics:
Expand All @@ -28,7 +28,7 @@ Models:
Metadata:
Architecture: *id001
Training Data: AP-10K
Name: topdown_heatmap_res101_ap10k_256x256
Name: td-hm_res101_8xb64-210e_ap10k-256x256
Results:
- Dataset: AP-10K
Metrics:
Expand Down
Expand Up @@ -12,7 +12,7 @@ Models:
Architecture:
- HRNetv2
Training Data: WFLW
Name: topdown_heatmap_hrnetv2_w18_wflw_256x256
Name: td-hm_hrnetv2-w18_8xb64-60e_wflw-256x256
Results:
- Dataset: WFLW
Metrics:
Expand Down
Expand Up @@ -13,7 +13,7 @@ Models:
- SimpleBaseline2D
- ResNet
Training Data: OneHand10K
Name: topdown_heatmap_res50_onehand10k_256x256
Name: td-hm_res50_8xb32-210e_onehand10k-256x256
Results:
- Dataset: OneHand10K
Metrics:
Expand Down