Heatmap approach for Fashion AI keypoint
Preprocessing
- split train to trainminusval and val
train
- cd ./experiments/CPM_FPN/
- python ./train_net
eval
- cd ./evaluation
- python ./csv_evaluation_FPN.py
experiments
- CPM -> 23% on leaderboard
- CPM_ResNet 17.9% on valset
- CPM_FPN + data_aug -> 11% on valset, 12% on leaderboard
#---------------------------------------------- Related Papers--------------------------------------------------------------
- Attentive Fashion Grammar Network for Fashion Landmark Detection and Clothing Category Classification (BIT, UCLA) - CVPR 2018
- Worthy reading
- Fashion Landmark Detection in the Wild (Sensetime) - ECCV 2016
- Don't waste your time reading this paper, unless you want to learn from scratch
- A Coarse-Fine Network for Keypoint Localization (U of Sydeny) - ICCV 2017
- Worthy reading. 非常有意思,文章有两个部分,第一个部分Coarse利用detection的方式检测潜在的目标区域,第二个部分利用softmax的方式分类点。