Datasets:

Modalities:
Image
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
Aleksandar commited on
Commit
b5f63c2
·
verified ·
1 Parent(s): a2e332d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -3
README.md CHANGED
@@ -1,3 +1,43 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ arxiv: 2502.0405
4
+ pretty_name: PartEdit
5
+ ---
6
+
7
+ <div align="center">
8
+
9
+ [![Paper](https://img.shields.io/badge/arXiv-2502.04050-b31b1b)](https://arxiv.org/abs/2502.04050)
10
+ [![Project Page](https://img.shields.io/badge/🌐-Project_Website-blue)](https://gorluxor.github.io/part-edit/)
11
+ [![🎨 SIGGRAPH 2025](https://img.shields.io/badge/🎨%20Accepted-SIGGRAPH%202025-blueviolet)](https://dl.acm.org/doi/10.1145/3721238.3730747)
12
+ [![demo](https://img.shields.io/badge/🤗%20demo-Aleksandar/PartEdit-blue.svg)](https://huggingface.co/spaces/Aleksandar/PartEdit)
13
+ </div>
14
+
15
+ # Dataset Card for Dataset Name
16
+
17
+ <!-- Provide a quick summary of the dataset. -->
18
+
19
+ <!-- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1). -->
20
+
21
+ This is part of the release of [PartEdit: Fine-Grained Image Editing using Pre-Trained Diffusion Models](https://arxiv.org/abs/2502.04050), which was accepted in Siggraph 2025.
22
+
23
+ Contains extra custom images/masks used for optimizing embeddings for some of the classes. Additionally, the embeddings used in the demo/inference are hosted here in pt/safetensor folders.
24
+
25
+ ## Citation
26
+
27
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
28
+
29
+ **BibTeX:**
30
+ ```
31
+ @inproceedings{cvejic2025partedit,
32
+ title={PartEdit: Fine-Grained Image Editing using Pre-Trained Diffusion Models},
33
+ author={Cvejic, Aleksandar and Eldesokey, Abdelrahman and Wonka, Peter},
34
+ booktitle={Proceedings of the Special Interest Group on Computer Graphics and Interactive Techniques Conference Conference Papers},
35
+ pages={1--11},
36
+ year={2025}
37
+ }
38
+ ```
39
+ **APA:**
40
+ ```
41
+ Cvejic, A., Eldesokey, A., & Wonka, P. (2025, August). PartEdit: Fine-Grained Image Editing using Pre-Trained Diffusion Models. In Proceedings of the Special Interest Group on Computer Graphics and Interactive Techniques Conference Conference Papers (pp. 1-11).
42
+ ```
43
+