Thatmakes11 commited on
Commit
104792b
·
1 Parent(s): 754ee78

Update README with Metadata

Browse files
Files changed (1) hide show
  1. README.md +28 -20
README.md CHANGED
@@ -1,20 +1,28 @@
1
- # SL-HOI
2
-
3
- [Paper](https://arxiv.org/abs/2603.27500) | [GitHub](https://github.com/MPI-Lab/SL-HOI)
4
-
5
- Streamlined one-stage framework for open-vocabulary human-object interaction detection built upon DINOv3.
6
-
7
- ## Model Weights
8
-
9
- - `params/` - Pre-computed HOI classifier weights
10
- - `pretrained/` - Trained checkpoints
11
-
12
- ## Citation
13
-
14
- ```bibtex
15
- @inproceedings{slhoi2026,
16
- title={Streamlined Open-Vocabulary Human-Object Interaction Detection},
17
- author={Chang Sun and Dongliang Liao and Changxing Ding},
18
- booktitle={CVPR},
19
- year={2026}
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
+ ```