Commit ·
104792b
1
Parent(s): 754ee78
Update README with Metadata
Browse files
README.md
CHANGED
|
@@ -1,20 +1,28 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: SL-HOI Weights
|
| 3 |
+
description: Streamlined Open-Vocabulary Human-Object Interaction Detection
|
| 4 |
+
topics: [human-object-interaction,HOI,dinov3,computer-vision,deep-learning,cvpr]
|
| 5 |
+
license: mit
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# SL-HOI
|
| 9 |
+
|
| 10 |
+
[Paper](https://arxiv.org/abs/2603.27500) | [GitHub](https://github.com/MPI-Lab/SL-HOI)
|
| 11 |
+
|
| 12 |
+
Streamlined one-stage framework for open-vocabulary human-object interaction detection built upon DINOv3.
|
| 13 |
+
|
| 14 |
+
## Model Weights
|
| 15 |
+
|
| 16 |
+
- `params/` - Pre-computed HOI classifier weights (`swig/` and `hico/`)
|
| 17 |
+
- `pretrained/` - Trained checkpoints (`swig/`, `hico/`, `hico_ov/`)
|
| 18 |
+
|
| 19 |
+
## Citation
|
| 20 |
+
|
| 21 |
+
```bibtex
|
| 22 |
+
@inproceedings{slhoi2026,
|
| 23 |
+
title={Streamlined Open-Vocabulary Human-Object Interaction Detection},
|
| 24 |
+
author={Chang Sun and Dongliang Liao and Changxing Ding},
|
| 25 |
+
booktitle={CVPR},
|
| 26 |
+
year={2026}
|
| 27 |
+
}
|
| 28 |
+
```
|