yuanyuanli85 / FashionAI_KeyPoint_Detection_Challenge_Keras

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

在coco2014数据集测试人体骨骼点遇到问题 #2

Open white2018 opened 6 years ago

white2018 commented 6 years ago

hi @yuanyuanli85 您好

我在coco2014数据集测试人体骨骼点,使用了refinenet.py定义的模型函数build_network_resnet101,训练时,loss有所下降。但是在验证时候,人体骨骼点没检测出来。不知何故?

yuanyuanli85 commented 6 years ago

这个repo的code仅仅支持fashion ai数据集。如果想支持coco2014数据集,有一些地方需要修改。不知道你做了哪些改动?

white2018 commented 6 years ago

多谢回复。

主要是读取coco数据集地方做了改动,网络结构和loss都没变化。如果可以的话,我把主要代码发到yuanyuan.li85@gmail.com,还请帮忙看看。

多谢啦