zhihou7 / HOI-CL

Series of work (ECCV2020, CVPR2021, CVPR2021, ECCV2022) about Compositional Learning for Human-Object Interaction Exploration
https://sites.google.com/view/hoi-cl
MIT License
76 stars 11 forks source link

zero-shot setting #28

Closed liuc-v closed 6 months ago

liuc-v commented 7 months ago

Hi, thanks for you work! In the zero-shot setting, for an unknown Human-Object Interaction (HOI), the approach is to either remove the corresponding HOI label (including object, person, and action) or to keep the bounding boxes and labels for objects and persons known, but assign the action as unknown.

zhihou7 commented 7 months ago

Hi, I did not get your questions. which zero-shot setting that you are confusing?

liuc-v commented 7 months ago

Thanks for your reply!One approach is to remove all annotations related to the unseen HOI group in one image. This includes the bounding boxes (bbox), object labels, and action labels associated with the unseen HOI group. Another approach is to only mask the action labels while preserving the bounding boxes and object labels associated with the unseen HOI group. This means that the annotation information for the objects, such as their recognized categories and positions, is retained, but the specific interaction actions between objects and humans are uncertain. I am not sure which approach do you use.