toshas commited on
Commit
0ad9907
1 Parent(s): 61a0789

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -10,4 +10,14 @@ models:
10
  - stabilityai/stable-diffusion-2-depth
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
10
  - stabilityai/stable-diffusion-2-depth
11
  ---
12
 
13
+ This is a demo of the approach described in the paper, ["Breathing New Life into 3D Assets with Generative Repainting"](https://arxiv.org/abs/2309.08523)
14
+
15
+ ```
16
+ @inproceedings{wang2023breathing,
17
+ title={Breathing New Life into 3D Assets with Generative Repainting},
18
+ author={Wang, Tianfu and Kanakis, Menelaos and Schindler, Konrad and Van Gool, Luc and Obukhov, Anton},
19
+ booktitle={Proceedings of the British Machine Vision Conference (BMVC)},
20
+ year={2023},
21
+ publisher={BMVA Press}
22
+ }
23
+ ```