lzhbrian / deepfashion2-kps-agg-finetune

1st place solution (Team StylingAI Inc. & PKU AIIC) for CVPR 2020 DeepFashion2 Clothes Landmark Detection Track. Aggregation and Finetuning for Clothes Landmark Detection
https://arxiv.org/abs/2005.00419
MIT License
91 stars 14 forks source link

About Fine-tune process #5

Open Huuush opened 3 years ago

Huuush commented 3 years ago

Hi! I notice that when you do fine-tuning for every category with the det_bbox_result, you set det_file = f'../htcdet/htc-{test_or_validation_set}-det-result-3scale-hflip.bbox.json_'f'{category_id}.json'. How do you get the detection result for every category? Is that separated from the whole result got in detection stage or you did detection for every category? Looking forward for reply. Thanks!!!

artemkurylev commented 3 years ago

Hi, did you get some results in this? @lzhbrian Could you help please

Huuush commented 3 years ago

Just collect the detection results in image-level (all results in one same image)