Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -9,5 +9,45 @@ sdk_version: 3.27.0
|
|
9 |
app_file: app.py
|
10 |
pinned: true
|
11 |
python_version: 3.8.15
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
app_file: app.py
|
10 |
pinned: true
|
11 |
python_version: 3.8.15
|
12 |
+
---
|
13 |
+
|
14 |
+
# Unconstrained & Detailed Clothed Human Digitization (ECON + ControlNet)
|
15 |
+
### ECON: Explicit Clothed humans Optimized via Normal integration (CVPR 2023, Highlight)
|
16 |
+
|
17 |
+
<table>
|
18 |
+
<th width="20%">
|
19 |
+
<ul>
|
20 |
+
<li><strong>Homepage</strong> <a href="https://econ.is.tue.mpg.de/">econ.is.tue.mpg.de</a></li>
|
21 |
+
<li><strong>Code</strong> <a href="https://github.com/YuliangXiu/ECON">YuliangXiu/ECON</a></li>
|
22 |
+
<li><strong>Paper</strong> <a href="https://arxiv.org/abs/2212.07422">arXiv</a>, <a href="https://readpaper.com/paper/4736821012688027649">ReadPaper</a></li>
|
23 |
+
<li><strong>Chatroom</strong> <a href="https://discord.gg/Vqa7KBGRyk">Discord</a></li>
|
24 |
+
</ul>
|
25 |
+
<br>
|
26 |
+
<ul>
|
27 |
+
<li><strong>Colab Notebook</strong> <a href='https://colab.research.google.com/drive/1YRgwoRCZIrSB2e7auEWFyG10Xzjbrbno?usp=sharing'><img style="display: inline-block;" src='https://colab.research.google.com/assets/colab-badge.svg' alt='Google Colab'></a></li>
|
28 |
+
<li><strong>Blender Plugin</strong> <a href='https://carlosedubarreto.gumroad.com/l/CEB_ECON'><img style="display: inline-block;" src='https://img.shields.io/badge/Blender-F6DDCC.svg?logo=Blender' alt='Blender'></a></li>
|
29 |
+
<li><strong>Docker Image</strong> <a href='https://github.com/YuliangXiu/ECON/blob/master/docs/installation-docker.md'><img style="display: inline-block;" src='https://img.shields.io/badge/Docker-9cf.svg?logo=Docker' alt='Docker'></a></li>
|
30 |
+
<li><strong>Windows Setup</strong> <a href="https://github.com/YuliangXiu/ECON/blob/master/docs/installation-windows.md"><img style="display: inline-block;" src='https://img.shields.io/badge/Windows-00a2ed.svg?logo=Windows' akt='Windows'></a></li>
|
31 |
+
</ul>
|
32 |
+
<br>
|
33 |
+
<a href="https://twitter.com/yuliangxiu"><img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/yuliangxiu?style=social"></a><br>
|
34 |
+
<iframe src="https://ghbtns.com/github-btn.html?user=yuliangxiu&repo=ECON&type=star&count=true&v=2&size=small" frameborder="0" scrolling="0" width="100" height="20"></iframe>
|
35 |
+
</th>
|
36 |
+
<th width="40%">
|
37 |
+
<iframe width="560" height="315" src="https://www.youtube.com/embed/5PEd_p90kS0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
38 |
+
</th>
|
39 |
+
<th width="40%">
|
40 |
+
<iframe width="560" height="315" src="https://www.youtube.com/embed/sbWZbTf6ZYk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
41 |
+
</th>
|
42 |
+
</table>
|
43 |
+
|
44 |
+
#### Citation
|
45 |
+
```
|
46 |
+
@inproceedings{xiu2023econ,
|
47 |
+
title = {{ECON: Explicit Clothed humans Optimized via Normal integration}},
|
48 |
+
author = {Xiu, Yuliang and Yang, Jinlong and Cao, Xu and Tzionas, Dimitrios and Black, Michael J.},
|
49 |
+
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
50 |
+
month = {June},
|
51 |
+
year = {2023},
|
52 |
+
}
|
53 |
+
```
|