enlighten0707 / Body-Part-Map-for-Interactiveness

Code for ECCV2022 Paper "Mining Cross-Person Cues for Body-Part Interactiveness Learning in HOI Detection"
MIT License
34 stars 3 forks source link

How to generate these files? #10

Closed Yuankus closed 10 months ago

Yuankus commented 11 months ago

I am quite interested in your project. However when i try to train this model on my datasets, i found these files are required. So i wonder if you can tell me how to generate these files below. Thanks a lot if replied! image

enlighten0707 commented 10 months ago

Hi, :)

  1. detr-r50-pre-hico.pth is a pretrained checkpoint provided by QPIC
  2. share_label_10w.pkl and train_set_part_boxes.pkl are generated from part-level annotations from HAKE
  3. Test_Faster.pkl is the detected boxes from Faster-RCNN, which is adopted by TIN