Closed m5823779 closed 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?
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
Got it Thanks~
You are welcome~
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?