Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -8,19 +8,25 @@ pinned: false
|
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
-
#
|
12 |
|
13 |
-
This is the repository that contains source code for the [
|
14 |
|
15 |
-
If you find
|
16 |
```
|
17 |
-
@article{
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
}
|
23 |
```
|
24 |
|
25 |
-
|
26 |
-
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
|
|
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
+
# Vitruvio
|
12 |
|
13 |
+
This is the repository that contains source code for the [Vitruvio website](https://cdinstitute.github.io/Vitruvio/).
|
14 |
|
15 |
+
If you find Vitruvio useful for your work please cite:
|
16 |
```
|
17 |
+
@article{TONO2024105498,
|
18 |
+
title = {Vitruvio: Conditional variational autoencoder to generate building meshes via single perspective sketches},
|
19 |
+
journal = {Automation in Construction},
|
20 |
+
volume = {166},
|
21 |
+
pages = {105498},
|
22 |
+
year = {2024},
|
23 |
+
issn = {0926-5805},
|
24 |
+
doi = {https://doi.org/10.1016/j.autcon.2024.105498},
|
25 |
+
url = {https://www.sciencedirect.com/science/article/pii/S0926580524002346},
|
26 |
+
author = {Alberto Tono and Heyaojing Huang and Ashwin Agrawal and Martin Fischer},
|
27 |
+
keywords = {Artificial intelligence, Neural-aided design, Deep generative design, Deep generative modeling, Conditional variational autoencoder, Sketch-based modeling},
|
28 |
+
abstract = {}
|
29 |
}
|
30 |
```
|
31 |
|
32 |
+
https://arxiv.org/pdf/2210.13634
|
|