yuanyuanli85 / FashionAI_KeyPoint_Detection_Challenge_Keras

Code for TianChi 2018 FashionAI Cloth KeyPoint Detection Challenge
MIT License
175 stars 55 forks source link

Error when run train.py #7

Open zhyujing opened 5 years ago

zhyujing commented 5 years ago

Thank you for your great work, but I met some problems when trying to run the train.py, for example,

File "../data_gen/dataset.py", line 108, in getKpKeys assert(0), category + " not supported" TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

But there is nothing wrong with running the dataset.py, could you tell me how to deal with the issue? Thank you very much!