Skip to content

Commit

Permalink
[update] link and image
Browse files Browse the repository at this point in the history
  • Loading branch information
Masato Tamura committed Mar 10, 2021
1 parent 5489de3 commit ceeb6ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
Binary file added .github/attention.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# QPIC: Query-Based Pairwise Human-Object Interaction Detection with Image-Wide Contextual Information
by [Masato Tamura](https://scholar.google.co.jp/citations?user=IbPzCocAAAAJ), [Hiroki Ohashi](https://scholar.google.com/citations?user=GKC6bbYAAAAJ), and Tomoaki Yoshinaga.

This repository contains the official implementation of the paper "QPIC: Query-Based Pairwise Human-Object Interaction Detection with Image-Wide Contextual Information", which is accepted to CVPR2021.
This repository contains the official implementation of the paper "[QPIC: Query-Based Pairwise Human-Object Interaction Detection with Image-Wide Contextual Information](https://arxiv.org/abs/2103.05399)", which is accepted to CVPR2021.

![overview](.github/overview.png)
<div align="center">
<img src=".github/overview.png" width="900px" />
</div>

QPIC is implemented by extending the recently proposed object detector, DETR. QPIC leverages the query-based detection and attention mechanism in the transformer, and as a result, achieves high HOI detection performance with simple detection heads.

<div align="center">
<img src=".github/attention.png" width="900px" />
<p>Example attention maps.</p>
</div>

## Preparation

### Dependencies
Expand Down Expand Up @@ -164,4 +171,4 @@ title = {{QPIC}: Query-Based Pairwise Human-Object Interaction Detection with Im
booktitle={CVPR},
year = {2021},
}
```
```

0 comments on commit ceeb6ae

Please sign in to comment.