DirtyHarryLYL / HOI-Learning-List

A list of Human-Object Interaction Learning.
586 stars 57 forks source link

about the map of the detector #1

Closed ZHUXUHAN closed 4 years ago

ZHUXUHAN commented 4 years ago

how do you konw the map of the detector in different papers.

DirtyHarryLYL commented 4 years ago

Most papers did not report the performance of the object detector. Considering most works adopted the coco pre-trained faster rcnn, the performance gap may be minor. But if fine-tuning the detector on hoi train set with GT pair boxes, the detector would be totally different. Thus in the list, I divide them into two groups, one uses the off-the-shell detector, another one uses a unified detector&classifier or fine-tune the detector.

ZHUXUHAN commented 4 years ago

Most papers did not report the performance of the object detector. Considering most works adopted the coco pre-trained faster rcnn, the performance gap may be minor. But if fine-tuning the detector on hoi train set with GT pair boxes, the detector would be totally different. Thus in the list, I divide them into two groups, one uses the off-the-shell detector, another one uses a unified detector&classifier or fine-tune the detector.

thanks a lot, I get it.

DirtyHarryLYL commented 4 years ago

In fact, it is really good to report the mAP of the detector, or we can use GT box to test the classification only to disentangle the detection and classification. Thus we can know which part of the hoi detection is improved exactly.