Aleksandar commited on
Commit
e74dc13
·
verified ·
1 Parent(s): 45b3569

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -187,19 +187,17 @@ Users should be made aware of the risks, biases and limitations of the dataset.
187
 
188
  **BibTeX:**
189
  ```
190
- @misc{cvejic2025parteditfinegrainedimageediting,
191
- title={PartEdit: Fine-Grained Image Editing using Pre-Trained Diffusion Models},
192
- author={Aleksandar Cvejic and Abdelrahman Eldesokey and Peter Wonka},
193
- year={2025},
194
- eprint={2502.04050},
195
- archivePrefix={arXiv},
196
- primaryClass={cs.CV},
197
- url={https://arxiv.org/abs/2502.04050},
198
  }
199
  ```
200
  **APA:**
201
  ```
202
- Cvejic, A., Eldesokey, A., & Wonka, P. (2025). PartEdit: Fine-Grained Image Editing using Pre-Trained Diffusion Models. arXiv preprint arXiv:2502.04050.
203
  ```
204
  <!-- ## Glossary [optional] -->
205
 
 
187
 
188
  **BibTeX:**
189
  ```
190
+ @inproceedings{cvejic2025partedit,
191
+ title={PartEdit: Fine-Grained Image Editing using Pre-Trained Diffusion Models},
192
+ author={Cvejic, Aleksandar and Eldesokey, Abdelrahman and Wonka, Peter},
193
+ booktitle={Proceedings of the Special Interest Group on Computer Graphics and Interactive Techniques Conference Conference Papers},
194
+ pages={1--11},
195
+ year={2025}
 
 
196
  }
197
  ```
198
  **APA:**
199
  ```
200
+ 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).
201
  ```
202
  <!-- ## Glossary [optional] -->
203