Yuliang commited on
Commit
c9e0728
1 Parent(s): c80f9ba

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: ICON - Clothed Human Digitization
3
+ metaTitle: "Making yourself an ICON, by Yuliang Xiu"
4
+ emoji: 🤼
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
+
35
+ #### Citation
36
+ ```
37
+ @inproceedings{xiu2022icon,
38
+ title = {{ICON}: {I}mplicit {C}lothed humans {O}btained from {N}ormals},
39
+ author = {Xiu, Yuliang and Yang, Jinlong and Tzionas, Dimitrios and Black, Michael J.},
40
+ booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
41
+ month = {June},
42
+ year = {2022},
43
+ pages = {13296-13306}
44
+ }
45
+ ```