Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -23,66 +23,7 @@ from apps.infer import generate_model
|
|
23 |
|
24 |
# running
|
25 |
|
26 |
-
description = '''
|
27 |
-
# ICON Clothed Human Digitization
|
28 |
-
### ICON: Implicit Clothed humans Obtained from Normals (CVPR 2022)
|
29 |
-
|
30 |
-
<table>
|
31 |
-
<th>
|
32 |
-
<ul>
|
33 |
-
<li><strong>Homepage</strong> <a href="http://icon.is.tue.mpg.de">icon.is.tue.mpg.de</a></li>
|
34 |
-
<li><strong>Code</strong> <a href="https://github.com/YuliangXiu/ICON">YuliangXiu/ICON</a></li>
|
35 |
-
<li><strong>Paper</strong> <a href="https://arxiv.org/abs/2112.09127">arXiv</a>, <a href="https://readpaper.com/paper/4569785684533977089">ReadPaper</a></li>
|
36 |
-
<li><strong>Chatroom</strong> <a href="https://discord.gg/Vqa7KBGRyk">Discord</a></li>
|
37 |
-
<li><strong>Colab Notebook</strong> <a href="https://colab.research.google.com/drive/1-AWeWhPvCTBX0KfMtgtMk10uPU05ihoA?usp=sharing">Google Colab</a></li>
|
38 |
-
</ul>
|
39 |
-
<a href="https://twitter.com/yuliangxiu"><img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/yuliangxiu?style=social"></a>
|
40 |
-
<iframe src="https://ghbtns.com/github-btn.html?user=yuliangxiu&repo=ICON&type=star&count=true&v=2&size=small" frameborder="0" scrolling="0" width="100" height="20"></iframe>
|
41 |
-
<a href="https://youtu.be/hZd6AYin2DE"><img alt="YouTube Video Views" src="https://img.shields.io/youtube/views/hZd6AYin2DE?style=social"></a>
|
42 |
-
</th>
|
43 |
-
<th>
|
44 |
-
<iframe width="560" height="315" src="https://www.youtube.com/embed/hZd6AYin2DE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
45 |
-
</th>
|
46 |
-
</table>
|
47 |
-
|
48 |
-
<h4> The reconstruction + refinement + video take about 200 seconds for single image. <span style="color:red"> If ERROR, try "Submit Image" again.</span></h4>
|
49 |
-
|
50 |
-
<details>
|
51 |
-
|
52 |
-
<summary>More</summary>
|
53 |
-
|
54 |
-
#### Citation
|
55 |
-
```
|
56 |
-
@inproceedings{xiu2022icon,
|
57 |
-
title = {{ICON}: {I}mplicit {C}lothed humans {O}btained from {N}ormals},
|
58 |
-
author = {Xiu, Yuliang and Yang, Jinlong and Tzionas, Dimitrios and Black, Michael J.},
|
59 |
-
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
60 |
-
month = {June},
|
61 |
-
year = {2022},
|
62 |
-
pages = {13296-13306}
|
63 |
-
}
|
64 |
-
```
|
65 |
-
|
66 |
-
#### Acknowledgments:
|
67 |
-
|
68 |
-
- [StyleGAN-Human, ECCV 2022](https://stylegan-human.github.io/)
|
69 |
-
- [nagolinc/styleGanHuman_and_PIFu](https://huggingface.co/spaces/nagolinc/styleGanHuman_and_PIFu)
|
70 |
-
- [radames/PIFu-Clothed-Human-Digitization](https://huggingface.co/spaces/radames/PIFu-Clothed-Human-Digitization)
|
71 |
-
|
72 |
-
#### Image Credits
|
73 |
-
|
74 |
-
* [Pinterest](https://www.pinterest.com/search/pins/?q=parkour&rs=sitelinks_searchbox)
|
75 |
-
|
76 |
-
#### Related works
|
77 |
-
|
78 |
-
* [ICON @ MPI](https://icon.is.tue.mpg.de/)
|
79 |
-
* [MonoPort @ USC](https://xiuyuliang.cn/monoport)
|
80 |
-
* [Phorhum @ Google](https://phorhum.github.io/)
|
81 |
-
* [PIFuHD @ Meta](https://shunsukesaito.github.io/PIFuHD/)
|
82 |
-
* [PaMIR @ Tsinghua](http://www.liuyebin.com/pamir/pamir.html)
|
83 |
-
|
84 |
-
</details>
|
85 |
-
'''
|
86 |
|
87 |
|
88 |
def generate_image(seed, psi):
|
|
|
23 |
|
24 |
# running
|
25 |
|
26 |
+
description = ''''''
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
|
29 |
def generate_image(seed, psi):
|