fredzzhang / upt

[CVPR'22] Official PyTorch implementation for paper "Efficient Two-Stage Detection of Human–Object Interactions with a Novel Unary–Pairwise Transformer"
https://fredzzhang.com/unary-pairwise-transformers
BSD 3-Clause "New" or "Revised" License
144 stars 26 forks source link

Evaluation results #51

Closed SherlockHolmes221 closed 2 years ago

SherlockHolmes221 commented 2 years ago

the mAP results are the same as the official hico-det code? Thanks

fredzzhang commented 2 years ago

Hi @SherlockHolmes221,

I assume you are referring to the evaluation utilities provided by Chao et al.. And yes the results should be identical. In the launch_template.sh, we have provided commands to cache detections so you can evaluate with the Matlab code. Feel free to try both evaluation methods.

Fred.

SherlockHolmes221 commented 2 years ago

Thx