HRNet / HRNet-Image-Classification

Train the HRNet model on ImageNet
https://jingdongwang2017.github.io/Projects/HRNet/
MIT License
968 stars 215 forks source link

Could you tell me the version of imagenet? #8

Closed HeathHose closed 5 years ago

HeathHose commented 5 years ago

To get the validation metrics,what imagenet should I use? Is it ILSVRC2012 or ILSVRC 2017?

sunke123 commented 5 years ago

@HeathHose ILSVRC2012

HeathHose commented 5 years ago

emmm...I have seen it in https://github.com/pytorch/examples/tree/master/imagenet. Thanks!