Text-to-Image
Diffusers
jiuntian commited on
Commit
73cbaf2
·
verified ·
1 Parent(s): 39ab0af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -1,4 +1,29 @@
1
  ---
2
  pipeline_tag: text-to-image
3
  library_name: diffusers
4
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  pipeline_tag: text-to-image
3
  library_name: diffusers
4
+ ---
5
+
6
+ ## OneHOI: Unifying Human-Object Interaction Generation and Editing
7
+ [OneHOI Project Page](https://jiuntian.github.io/OneHOI/) | [Paper (CVPR 2026)](https://arxiv.org/abs/2604.14062)
8
+
9
+ To use this pretrained models, see our Github repo at [https://jiuntian.github.io/OneHOI/](https://jiuntian.github.io/OneHOI/).
10
+
11
+ ## Citation
12
+ If you find this dataset useful for your research in HOI editing or image generation, please cite our CVPR 2026 paper:
13
+ ```bibtex
14
+ @inproceedings{hoe2026onehoi,
15
+ title={OneHOI: Unifying Human-Object Interaction Generation and Editing},
16
+ author={Hoe, Jiun Tian and Hu, Weipeng and Jiang, Xudong and Tan, Yap-Peng and Chan, Chee Seng},
17
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
18
+ year={2026}
19
+ }
20
+ @misc{hoe2025interactedit,
21
+ title={InteractEdit: Zero-Shot Editing of Human-Object Interactions in Images},
22
+ author={Jiun Tian Hoe and Weipeng Hu and Wei Zhou and Chao Xie and Ziwei Wang and Chee Seng Chan and Xudong Jiang and Yap-Peng Tan},
23
+ year={2025},
24
+ eprint={2503.09130},
25
+ archivePrefix={arXiv},
26
+ primaryClass={cs.GR},
27
+ url={https://arxiv.org/abs/2503.09130},
28
+ }
29
+ ```