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.
- Host: GitHub
- URL: https://github.com/kainingying/dcnet
- Owner: KainingYing
- License: apache-2.0
- Created: 2021-09-06T12:19:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T09:10:50.000Z (over 3 years ago)
- Last Synced: 2025-03-30T08:22:44.168Z (about 1 year ago)
- Topics: human-object-interaction
- Language: Python
- Homepage:
- Size: 5.5 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compact and Accurate Features for Efficient Human-Object Interaction Detection

## 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
```