Spaces:
Runtime error
Runtime error
add arXiv
Browse files- LICENSE +3 -4
- README.md +6 -7
- docs/installation.md +1 -0
LICENSE
CHANGED
@@ -39,12 +39,11 @@ You acknowledge that the Data & Software is a valuable scientific resource and a
|
|
39 |
|
40 |
Citation:
|
41 |
|
42 |
-
@
|
43 |
-
title={ECON: Explicit Clothed humans Obtained from Normals},
|
44 |
author={Xiu, Yuliang and Yang, Jinlong and Cao, Xu and Tzionas, Dimitrios and Black, Michael J.},
|
45 |
year={2022}
|
46 |
-
|
47 |
-
primaryClass={cs.CV}
|
48 |
}
|
49 |
|
50 |
Commercial licensing opportunities
|
|
|
39 |
|
40 |
Citation:
|
41 |
|
42 |
+
@article{xiu2022econ,
|
43 |
+
title={{ECON: Explicit Clothed humans Obtained from Normals}},
|
44 |
author={Xiu, Yuliang and Yang, Jinlong and Cao, Xu and Tzionas, Dimitrios and Black, Michael J.},
|
45 |
year={2022}
|
46 |
+
journal={{arXiv}:2212.07422},
|
|
|
47 |
}
|
48 |
|
49 |
Commercial licensing opportunities
|
README.md
CHANGED
@@ -26,8 +26,8 @@
|
|
26 |
<a href="https://cupy.dev/"><img alt="cupy" src="https://img.shields.io/badge/-Cupy-46C02B?logo=numpy&logoColor=white"></a>
|
27 |
<a href="https://twitter.com/yuliangxiu"><img alt='Twitter' src="https://img.shields.io/twitter/follow/yuliangxiu?label=%40yuliangxiu"></a>
|
28 |
<br></br>
|
29 |
-
<a href=
|
30 |
-
<img src='https://img.shields.io/badge/Paper-PDF
|
31 |
</a>
|
32 |
<a href='https://xiuyuliang.cn/econ/'>
|
33 |
<img src='https://img.shields.io/badge/ECON-Page-orange?style=for-the-badge&logo=Google%20chrome&logoColor=white' alt='Project Page'></a>
|
@@ -44,7 +44,7 @@ ECON is designed for "Human digitization from a color image", which combines the
|
|
44 |
|
45 |
## News :triangular_flag_on_post:
|
46 |
|
47 |
-
- [2022/12/
|
48 |
|
49 |
## TODO
|
50 |
|
@@ -138,12 +138,11 @@ python -m apps.avatarizer -n {filename}
|
|
138 |
## Citation
|
139 |
|
140 |
```bibtex
|
141 |
-
@
|
142 |
title={{ECON: Explicit Clothed humans Obtained from Normals}},
|
143 |
author={Xiu, Yuliang and Yang, Jinlong and Cao, Xu and Tzionas, Dimitrios and Black, Michael J.},
|
144 |
year={2022}
|
145 |
-
|
146 |
-
primaryClass={cs.CV}
|
147 |
}
|
148 |
```
|
149 |
|
@@ -177,7 +176,7 @@ This code and model are available for non-commercial scientific research purpose
|
|
177 |
|
178 |
## Disclosure
|
179 |
|
180 |
-
MJB has received research gift funds from Adobe, Intel, Nvidia, Meta/Facebook, and Amazon. MJB has financial interests in Amazon, Datagen Technologies, and Meshcapade GmbH.
|
181 |
|
182 |
## Contact
|
183 |
|
|
|
26 |
<a href="https://cupy.dev/"><img alt="cupy" src="https://img.shields.io/badge/-Cupy-46C02B?logo=numpy&logoColor=white"></a>
|
27 |
<a href="https://twitter.com/yuliangxiu"><img alt='Twitter' src="https://img.shields.io/twitter/follow/yuliangxiu?label=%40yuliangxiu"></a>
|
28 |
<br></br>
|
29 |
+
<a href="https://arxiv.org/abs/2212.07422">
|
30 |
+
<img src='https://img.shields.io/badge/Paper-PDF-green?style=for-the-badge&logo=arXiv&logoColor=green' alt='Paper PDF'>
|
31 |
</a>
|
32 |
<a href='https://xiuyuliang.cn/econ/'>
|
33 |
<img src='https://img.shields.io/badge/ECON-Page-orange?style=for-the-badge&logo=Google%20chrome&logoColor=white' alt='Project Page'></a>
|
|
|
44 |
|
45 |
## News :triangular_flag_on_post:
|
46 |
|
47 |
+
- [2022/12/15] Both <a href="#demo">demo</a> and <a href="https://arxiv.org/abs/2212.07422">arXiv</a> are available.
|
48 |
|
49 |
## TODO
|
50 |
|
|
|
138 |
## Citation
|
139 |
|
140 |
```bibtex
|
141 |
+
@article{xiu2022econ,
|
142 |
title={{ECON: Explicit Clothed humans Obtained from Normals}},
|
143 |
author={Xiu, Yuliang and Yang, Jinlong and Cao, Xu and Tzionas, Dimitrios and Black, Michael J.},
|
144 |
year={2022}
|
145 |
+
journal={{arXiv}:2212.07422},
|
|
|
146 |
}
|
147 |
```
|
148 |
|
|
|
176 |
|
177 |
## Disclosure
|
178 |
|
179 |
+
MJB has received research gift funds from Adobe, Intel, Nvidia, Meta/Facebook, and Amazon. MJB has financial interests in Amazon, Datagen Technologies, and Meshcapade GmbH. While MJB is a part-time employee of Meshcapade, his research was performed solely at, and funded solely by, the Max Planck Society.
|
180 |
|
181 |
## Contact
|
182 |
|
docs/installation.md
CHANGED
@@ -10,6 +10,7 @@ cd ECON
|
|
10 |
## Environment
|
11 |
|
12 |
- Ubuntu 20 / 18
|
|
|
13 |
- **CUDA=11.4, GPU Memory > 12GB**
|
14 |
- Python = 3.8
|
15 |
- PyTorch >= 1.13.0 (official [Get Started](https://pytorch.org/get-started/locally/))
|
|
|
10 |
## Environment
|
11 |
|
12 |
- Ubuntu 20 / 18
|
13 |
+
- GCC=7 (required by [pypoisson](https://github.com/mmolero/pypoisson/issues/13))
|
14 |
- **CUDA=11.4, GPU Memory > 12GB**
|
15 |
- Python = 3.8
|
16 |
- PyTorch >= 1.13.0 (official [Get Started](https://pytorch.org/get-started/locally/))
|