update CVPR 2023
Browse files
LICENSE
CHANGED
|
@@ -39,11 +39,12 @@ You acknowledge that the Data & Software is a valuable scientific resource and a
|
|
| 39 |
|
| 40 |
Citation:
|
| 41 |
|
| 42 |
-
@
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
|
|
|
| 47 |
}
|
| 48 |
|
| 49 |
Commercial licensing opportunities
|
|
|
|
| 39 |
|
| 40 |
Citation:
|
| 41 |
|
| 42 |
+
@inproceedings{xiu2023econ,
|
| 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 |
+
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
| 46 |
+
month = {June},
|
| 47 |
+
year = {2023},
|
| 48 |
}
|
| 49 |
|
| 50 |
Commercial licensing opportunities
|
README.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
路
|
| 15 |
<a href="https://ps.is.tuebingen.mpg.de/person/black"><strong>Michael J. Black</strong></a>
|
| 16 |
</p>
|
| 17 |
-
<h2 align="center">
|
| 18 |
<div align="center">
|
| 19 |
<img src="./assets/teaser.gif" alt="Logo" width="100%">
|
| 20 |
</div>
|
|
@@ -48,6 +48,7 @@ ECON is designed for "Human digitization from a color image", which combines the
|
|
| 48 |
|
| 49 |
## News :triangular_flag_on_post:
|
| 50 |
|
|
|
|
| 51 |
- [2023/01/12] [Carlos Barreto](https://twitter.com/carlosedubarret/status/1613252471035494403) creates a Blender Addon ([Download](https://carlosedubarreto.gumroad.com/l/CEB_ECON), [Tutorial](https://youtu.be/sbWZbTf6ZYk)).
|
| 52 |
- [2023/01/08] [Teddy Huang](https://github.com/Teddy12155555) creates [install-with-docker](docs/installation-docker.md) for ECON .
|
| 53 |
- [2023/01/06] [Justin John](https://github.com/justinjohn0306) and [Carlos Barreto](https://github.com/carlosedubarreto) creates [install-on-windows](docs/installation-windows.md) for ECON .
|
|
@@ -127,11 +128,12 @@ python -m apps.avatarizer -n <filename>
|
|
| 127 |
## Citation
|
| 128 |
|
| 129 |
```bibtex
|
| 130 |
-
@
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
|
|
|
| 135 |
}
|
| 136 |
```
|
| 137 |
|
|
|
|
| 14 |
路
|
| 15 |
<a href="https://ps.is.tuebingen.mpg.de/person/black"><strong>Michael J. Black</strong></a>
|
| 16 |
</p>
|
| 17 |
+
<h2 align="center">CVPR 2023</h2>
|
| 18 |
<div align="center">
|
| 19 |
<img src="./assets/teaser.gif" alt="Logo" width="100%">
|
| 20 |
</div>
|
|
|
|
| 48 |
|
| 49 |
## News :triangular_flag_on_post:
|
| 50 |
|
| 51 |
+
- [2023/02/27] ECON got accepted by CVPR 2023!
|
| 52 |
- [2023/01/12] [Carlos Barreto](https://twitter.com/carlosedubarret/status/1613252471035494403) creates a Blender Addon ([Download](https://carlosedubarreto.gumroad.com/l/CEB_ECON), [Tutorial](https://youtu.be/sbWZbTf6ZYk)).
|
| 53 |
- [2023/01/08] [Teddy Huang](https://github.com/Teddy12155555) creates [install-with-docker](docs/installation-docker.md) for ECON .
|
| 54 |
- [2023/01/06] [Justin John](https://github.com/justinjohn0306) and [Carlos Barreto](https://github.com/carlosedubarreto) creates [install-on-windows](docs/installation-windows.md) for ECON .
|
|
|
|
| 128 |
## Citation
|
| 129 |
|
| 130 |
```bibtex
|
| 131 |
+
@inproceedings{xiu2023econ,
|
| 132 |
+
title = {{ECON: Explicit Clothed humans Obtained from Normals}},
|
| 133 |
+
author = {Xiu, Yuliang and Yang, Jinlong and Cao, Xu and Tzionas, Dimitrios and Black, Michael J.},
|
| 134 |
+
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
| 135 |
+
month = {June},
|
| 136 |
+
year = {2023},
|
| 137 |
}
|
| 138 |
```
|
| 139 |
|