qpic
qpic copied to clipboard
Repo for CVPR2021 paper "QPIC: Query-Based Pairwise Human-Object Interaction Detection with Image-Wide Contextual Information"
Hi! I want to train on the v-coco data set. python convert_parameters.py --load_path logs/checkpoint.pth --save_path params/detr-r50-pre-vcoco.pth --dataset vcoco What does the document logs/checkpoint.pth mean? Where can I download it? I'm...
Firstly,thank for your nice work?but i find small bug here [https://github.com/hitachi-rd-cv/qpic/blob/main/datasets/hico.py#L62](url) The number of HOI turples(`len(img_anno['hoi_annotation'])`) should not exceed the number of query(`self.num_queries`) but the number of boxes(`len(img_anno['annotations'])`) should not...