Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.43 KB

GETTING_STARTED_FCL.md

File metadata and controls

54 lines (40 loc) · 1.43 KB

Here (FCL_VCOCO) is the Code of FCL on V-COCO

Here we provide the code on VRD.

Train

  1. Train Zero-Shot HOI model with FCL on HICO-DET
    python tools/Train_FCL_HICO.py

Test

we provide this scripts to test code and eval the FCL results.

```Shell
python scripts/eval.py
```

Citations

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}
}