Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,7 @@ from apps.infer import generate_model
|
|
26 |
description = '''
|
27 |
# ICON Clothed Human Digitization
|
28 |
### ICON: Implicit Clothed humans Obtained from Normals (CVPR 2022)
|
|
|
29 |
<table>
|
30 |
<th>
|
31 |
<ul>
|
@@ -43,9 +44,13 @@ description = '''
|
|
43 |
<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>
|
44 |
</th>
|
45 |
</table>
|
|
|
46 |
<h4> The reconstruction + refinement + video take about 200 seconds for single image. <span style="color:red"> If ERROR, try "Submit Image" again.</span></h4>
|
|
|
47 |
<details>
|
|
|
48 |
<summary>More</summary>
|
|
|
49 |
#### Citation
|
50 |
```
|
51 |
@inproceedings{xiu2022icon,
|
@@ -57,18 +62,25 @@ description = '''
|
|
57 |
pages = {13296-13306}
|
58 |
}
|
59 |
```
|
|
|
60 |
#### Acknowledgments:
|
|
|
61 |
- [StyleGAN-Human, ECCV 2022](https://stylegan-human.github.io/)
|
62 |
- [nagolinc/styleGanHuman_and_PIFu](https://huggingface.co/spaces/nagolinc/styleGanHuman_and_PIFu)
|
63 |
- [radames/PIFu-Clothed-Human-Digitization](https://huggingface.co/spaces/radames/PIFu-Clothed-Human-Digitization)
|
|
|
64 |
#### Image Credits
|
|
|
65 |
* [Pinterest](https://www.pinterest.com/search/pins/?q=parkour&rs=sitelinks_searchbox)
|
|
|
66 |
#### Related works
|
|
|
67 |
* [ICON @ MPI](https://icon.is.tue.mpg.de/)
|
68 |
* [MonoPort @ USC](https://xiuyuliang.cn/monoport)
|
69 |
* [Phorhum @ Google](https://phorhum.github.io/)
|
70 |
* [PIFuHD @ Meta](https://shunsukesaito.github.io/PIFuHD/)
|
71 |
* [PaMIR @ Tsinghua](http://www.liuyebin.com/pamir/pamir.html)
|
|
|
72 |
</details>
|
73 |
'''
|
74 |
|
@@ -141,4 +153,4 @@ if __name__ == "__main__":
|
|
141 |
# auth=(os.environ['USER'], os.environ['PASSWORD']),
|
142 |
# auth_message="Register at icon.is.tue.mpg.de to get HuggingFace username and password.")
|
143 |
|
144 |
-
demo.launch(debug=True, enable_queue=True)
|
|
|
26 |
description = '''
|
27 |
# ICON Clothed Human Digitization
|
28 |
### ICON: Implicit Clothed humans Obtained from Normals (CVPR 2022)
|
29 |
+
|
30 |
<table>
|
31 |
<th>
|
32 |
<ul>
|
|
|
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,
|
|
|
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 |
|
|
|
153 |
# auth=(os.environ['USER'], os.environ['PASSWORD']),
|
154 |
# auth_message="Register at icon.is.tue.mpg.de to get HuggingFace username and password.")
|
155 |
|
156 |
+
demo.launch(debug=True, enable_queue=True)
|