Skip to content

[FEATURE] Update HRNet Pretrained Weights #1895

Closed
@seefun

Description

@seefun

Gluon Pretrained hrnet_w18_small and hrnet_w18_small_v2 has obvious advantages than these weights provided by torchvision / timm

hrnet_w18_small.ms_in1k 72.3 (Top1) | 90.7 (Top5) # timm
hrnet_w18_small.gluon_in1k 73.5 (Top1) | 91.0 (Top5) # gluon
hrnet_w18_small_v2.ms_in1k 75.1 (Top1) | 92.4 (Top5) # timm
hrnet_w18_small_v2.gluon_in1k 78.1 (Top1) | 93.8 (Top5) # gluon

These 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions