Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,14 @@ models:
|
|
| 10 |
- stabilityai/stable-diffusion-2-depth
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
```
|