svip-lab / HRNet-for-Fashion-Landmark-Estimation.PyTorch

[DeepFashion2 Challenge] Fashion Landmark Estimation with HRNet
MIT License
132 stars 22 forks source link

Object Keypoint Similarity #1

Closed m5823779 closed 4 years ago

m5823779 commented 4 years ago

Nice work! Did you calculate sigmas (https://github.com/svip-lab/HRNet-for-Fashion-Landmark-Estimation.PyTorch/blob/03f53feaec447cf5f8e791dab9c8c9f853d49654/lib/nms/nms.py#L75) by yourself?

ShenhanQian commented 4 years ago

We just adopted sigmas provided by the DeepFashion2 dataset. Here is the source:

https://github.com/switchablenorms/DeepFashion2/blob/cc5dd5721cede8d5f0041143e764c4bb0ef5f8e2/deepfashion2_api/PythonAPI/pycocotools/cocoeval.py#L206-L242

m5823779 commented 4 years ago

Got it Thanks~

ShenhanQian commented 4 years ago

You are welcome~