-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[FEATURE] Update HRNet Pretrained Weights #1895
Comments
@seefun I'd noticed gluon ones but is there much point with the ssld / ms_aug weights I added? there was another set of aug weights but their file was corrupted...
|
@rwightman In my actual downstream tasks, the pretrained models of SSLD(w18 / w48) and Gluon(SmallV1 / SmallV2) were used most frequently, which greatly improved the performance than ms_aug weights. ImageNet
CityScape
So I recommend adding only these two validated small models pretrained: hrnet_w18_small.gluon_in1k and hrnet_w18_small_v2.gluon_in1k from here |
@seefun okay, I'll look at doing this soon |
Gluon Pretrained
hrnet_w18_small
andhrnet_w18_small_v2
has obvious advantages than these weights provided by torchvision / timmhrnet_w18_small.ms_in1k
72.3 (Top1) | 90.7 (Top5) # timmhrnet_w18_small.gluon_in1k
73.5 (Top1) | 91.0 (Top5) # gluonhrnet_w18_small_v2.ms_in1k
75.1 (Top1) | 92.4 (Top5) # timmhrnet_w18_small_v2.gluon_in1k
78.1 (Top1) | 93.8 (Top5) # gluonThese weights have been adapted into pytorch, which are able to download here:
https://drive.google.com/drive/folders/1-Tks3nh_WHIrYXGXbtSJQxJXKH5kol4H
Could you help add them to timm‘s huggingface hub
The text was updated successfully, but these errors were encountered: