Yuliang commited on
Commit
8ca5e77
1 Parent(s): 2cff786

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -3
README.md CHANGED
@@ -5,9 +5,44 @@ emoji: 🤼
5
  colorFrom: indigo
6
  colorTo: yellow
7
  sdk: gradio
8
- sdk_version: 3.2
9
  app_file: app.py
10
  pinned: true
11
  python_version: 3.8.13
12
- paper: https://arxiv.org/abs/2112.09127
13
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  colorFrom: indigo
6
  colorTo: yellow
7
  sdk: gradio
8
+ sdk_version: 3.27.0
9
  app_file: app.py
10
  pinned: true
11
  python_version: 3.8.13
12
+ ---
13
+
14
+ # ICON Clothed Human Digitization
15
+ ### ICON: Implicit Clothed humans Obtained from Normals (CVPR 2022)
16
+
17
+ <table>
18
+ <th>
19
+ <ul>
20
+ <li><strong>Homepage</strong> <a href="http://icon.is.tue.mpg.de">icon.is.tue.mpg.de</a></li>
21
+ <li><strong>Code</strong> <a href="https://github.com/YuliangXiu/ICON">YuliangXiu/ICON</a></li>
22
+ <li><strong>Paper</strong> <a href="https://arxiv.org/abs/2112.09127">arXiv</a>, <a href="https://readpaper.com/paper/4569785684533977089">ReadPaper</a></li>
23
+ <li><strong>Chatroom</strong> <a href="https://discord.gg/Vqa7KBGRyk">Discord</a></li>
24
+ <li><strong>Colab Notebook</strong> <a href="https://colab.research.google.com/drive/1-AWeWhPvCTBX0KfMtgtMk10uPU05ihoA?usp=sharing">Google Colab</a></li>
25
+ </ul>
26
+ <a href="https://twitter.com/yuliangxiu"><img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/yuliangxiu?style=social"></a>
27
+ <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>
28
+ <a href="https://youtu.be/hZd6AYin2DE"><img alt="YouTube Video Views" src="https://img.shields.io/youtube/views/hZd6AYin2DE?style=social"></a>
29
+ </th>
30
+ <th>
31
+ <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>
32
+ </th>
33
+ </table>
34
+ <h4> The reconstruction + refinement + video take about 200 seconds for single image. <span style="color:red"> If ERROR, try "Submit Image" again.</span></h4>
35
+ <details>
36
+ <summary>More</summary>
37
+
38
+ #### Citation
39
+ ```
40
+ @inproceedings{xiu2022icon,
41
+ title = {{ICON}: {I}mplicit {C}lothed humans {O}btained from {N}ormals},
42
+ author = {Xiu, Yuliang and Yang, Jinlong and Tzionas, Dimitrios and Black, Michael J.},
43
+ booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
44
+ month = {June},
45
+ year = {2022},
46
+ pages = {13296-13306}
47
+ }
48
+ ```