WaterKnight1998 / SemTorch

Apache License 2.0
162 stars 15 forks source link

HRNets small models key error in architecture_config dictionary #11

Closed alvarotap closed 2 years ago

alvarotap commented 2 years ago

hrnet_w18_small_v1 and hrnet_w18_small_v2 keys are wrong in this achitecture_config dict. They must be hrnet_w18_small_model_v1 and hrnet_w18_small_model_v2. If not, when you try to train that models, the library crashes and gives you a key dictionary error. They must be the same that in architectures_config.json.