CASIA-IVA-Lab / ISP-reID

ISP-reID
Apache License 2.0
92 stars 21 forks source link

HRNet32 pre-trained parameters #12

Closed chanhoeom closed 3 years ago

chanhoeom commented 3 years ago

Thanks for releasing your code!

image

I have a quick question. Is the provided "pre-trained HRNet32" trained on ImageNet only? i.e. without using any kinds of human pose datasets?

image

Above image is captured from an official github of HRNet. The pre-trained model you use might be "hrnet_w32-XXX" or "hrnet_w48-XXX" right?

zhukuan96 commented 3 years ago

Yes, only pretrained on ImageNet. You can also use the official link.

chanhoeom commented 3 years ago

Yes, only pretrained on ImageNet. You can also use the official link.

Awesome thanks :)