Here (FCL_VCOCO) is the Code of FCL on V-COCO
Here we provide the code on VRD.
- Train Zero-Shot HOI model with FCL on HICO-DET
python tools/Train_FCL_HICO.py
we provide this scripts to test code and eval the FCL results.
```Shell
python scripts/eval.py
```
If you find this submission is useful for you, please consider citing:
@inproceedings{hou2021fcl,
title={Detecting Human-Object Interaction via Fabricated Compositional Learning},
author={Hou, Zhi and Yu, Baosheng and Qiao, Yu and Peng, Xiaojiang and Tao, Dacheng},
booktitle={CVPR},
year={2021}
}
@inproceedings{hou2021vcl,
title={Visual Compositional Learning for Human-Object Interaction Detection},
author={Hou, Zhi and Peng, Xiaojiang and Qiao, Yu and Tao, Dacheng},
booktitle={ECCV},
year={2020}
}
@inproceedings{hou2021atl,
title={Affordance Transfer Learning for Human-Object Interaction Detection},
author={Hou, Zhi and Yu, Baosheng and Qiao, Yu and Peng, Xiaojiang and Tao, Dacheng},
booktitle={CVPR},
year={2021}
}