Thatmakes11 commited on
Commit
754ee78
·
1 Parent(s): 4e5aa45

Update README and add LICENSE

Browse files
Files changed (2) hide show
  1. LICENSE +27 -0
  2. README.md +20 -3
LICENSE ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Chang Sun
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
22
+
23
+ ---
24
+
25
+ Note: This repository uses DINOv3 pretrained weights which are licensed
26
+ separately by Meta under the [DINOv3 License](https://github.com/facebookresearch/dinov3).
27
+ When using DINOv3 materials, please comply with Meta's terms.
README.md CHANGED
@@ -1,3 +1,20 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }