Code for our ACM MM24
paper "A Plug-and-Play Method for Rare Human-Object Interactions
Detection by Bridging Domain Gap"
.
Contributed by Lijun Zhang, Wei Suo, Peng Wang, Yanning Zhang.
Install the dependencies.
pip install -r requirements.txt
HICO-DET dataset can be downloaded here. After
finishing downloading, unpack the tarball (hico_20160224_det.tar.gz
) to the data
directory.
First clone the repository of V-COCO from here, and then follow the instruction to
generate the file instances_vcoco_all_2014.json
. Next, download the prior file prior.pickle
from here.
# default setting
sh ./scripts/train.sh
Codes are built from GEN-VLKT, HOICLIP , DETR, QPIC and CDN. We thank them for their contributions.
- We will update more detailed README.md (including dataset, training, verification) in the future