An open API service indexing awesome lists of open source software.

https://github.com/kainingying/dcnet

A toolbox for HOI Detection.
https://github.com/kainingying/dcnet

human-object-interaction

Last synced: about 1 year ago
JSON representation

A toolbox for HOI Detection.

Awesome Lists containing this project

README

          

# Compact and Accurate Features for Efficient Human-Object Interaction Detection

![img.png](resources/teaser.jpg)

## Install
```shell
conda create -n dcnet python=3.8 -y
conda activate dcnet

conda install pytorch==1.10.0 torchvision cudatoolkit=11.3 -c pytorch -y

pip install openmim
mim install mmcv-full mmdet
pip install -e .[full]
pip install setuptools==58.2.0
```