Closed YueLiao closed 5 years ago
Thanks for the reply. I got it. Another question about hico-det detection annotation: On HICO-DET dataset, the same object may be annotated by several bouding-boxes which have high IOU with each other. I wonder if you have done something for it.
Yes. If our setting, two human or object boxes with Iou>0.7 will be seen as the same person or object. We fuse the boxes which have high IoU,and merge their labels.
I got you. Thanks a lot. It's very helpful for me.
Good job! 1.Do you use the alpha-pose result trained on MPII or COCO dataset? 2.I would like to know if you filter keypoints the score of which blow the threshold(maybe 0.05 in coco). If done, how to construct the human skeleton if missing some keypoints.