liruilong940607 / OCHumanApi

API for the dataset proposed in "Pose2Seg: Detection Free Human Instance Segmentation" @ CVPR2019.
http://www.liruilong.cn/projects/pose2seg/index.html
MIT License
257 stars 44 forks source link

Question on evaluation protocol used in paper #12

Closed levan92 closed 2 years ago

levan92 commented 2 years ago

I would like to check some details in your paper "Pose2Seg: Detection Free Human Instance Segmentation". For the AP scores reported in Tables 2 & 3, can I check if these scores are evaluated on what type of IOU computation (bounding box or segmentation)? To be specific, I am refering to the iouType here https://github.com/cocodataset/cocoapi/blob/master/PythonAPI/pycocotools/cocoeval.py

liruilong940607 commented 2 years ago

Hi. Those are segmentation iou. a.k.a segm for iouType

levan92 commented 2 years ago

Alright, thank you!