OreoChocolate / MUREN

The official code for Relational Context Learning for Human-Object Interaction Detection, CVPR2023.
http://cvlab.postech.ac.kr/research/MUREN/
48 stars 5 forks source link

orig_boxes? #9

Closed ZHUXUHAN closed 4 months ago

ZHUXUHAN commented 4 months ago

there is a bug origin_sub_box = target['orig_boxes'][kept_box_indices.index(hoi['subject_id'])] obj_box = target['boxes'][kept_box_indices.index(hoi['object_id'])] origin_obj_box = target['orig_boxes'][kept_box_indices.index(hoi['object_id'])]