HRNet-Image-Classification
HRNet-Image-Classification copied to clipboard
Train the HRNet model on ImageNet
The defualt.py in config folder is writed to describe pose_hrnet , I want to know that is it suited to image classification.
Thanks writing codes. If I want to directly use the function (get_cls_net) . How can I define the parameters of config? It is not easy for me to assign variable...
Hello, thanks for the great work. Is the timm implementation of HRNet an official one please? https://github.com/huggingface/pytorch-image-models/blob/main/timm/models/hrnet.py Thanks.