mrwu-mac / EoID

[AAAI2023] Repo for the paper ''End-to-End Zero-Shot HOI Detection via Vision and Language Knowledge Distillation''.
Apache License 2.0
22 stars 2 forks source link

zero-shot setting #15

Closed liuc-v closed 11 months ago

liuc-v commented 11 months ago

Hi,in the zero sample setting, do you set all pictures containing unseen hoi to invisible, regardless of whether the picture also contains a seen hoi sample. Where's the corresponding code. Thanks

mrwu-mac commented 11 months ago

No, we only remove the corresponding labels, you can refer the question #11

liuc-v commented 11 months ago

Thanks!