Yuliang commited on
Commit
fed242e
1 Parent(s): 48ba7ca

update acknowledgments

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -28,10 +28,10 @@
28
  <br></br>
29
  <a href='https://colab.research.google.com/drive/1YRgwoRCZIrSB2e7auEWFyG10Xzjbrbno?usp=sharing' style='padding-left: 0.5rem;'><img src='https://colab.research.google.com/assets/colab-badge.svg' alt='Google Colab'></a><br></br>
30
  <a href="https://arxiv.org/abs/2212.07422">
31
- <img src='https://img.shields.io/badge/Paper-PDF-green?style=for-the-badge&logo=arXiv&logoColor=green' alt='Paper PDF'>
32
  </a>
33
  <a href='https://xiuyuliang.cn/econ/'>
34
- <img src='https://img.shields.io/badge/ECON-Page-orange?style=for-the-badge&logo=Google%20chrome&logoColor=white' alt='Project Page'></a>
35
  <a href="https://discord.gg/Vqa7KBGRyk"><img src="https://img.shields.io/discord/940240966844035082?color=7289DA&labelColor=4a64bd&logo=discord&logoColor=white&style=for-the-badge"></a>
36
  <a href="https://youtu.be/j5hw4tsWpoY"><img alt="youtube views" title="Subscribe to my YouTube channel" src="https://img.shields.io/youtube/views/j5hw4tsWpoY?logo=youtube&labelColor=ce4630&style=for-the-badge"/></a>
37
  </p>
@@ -156,9 +156,12 @@ We thank [Lea Hering](https://is.mpg.de/person/lhering) and [Radek Daněček](ht
156
 
157
  Here are some great resources we benefit from:
158
 
159
- - [ICON](https://github.com/YuliangXiu/ICON) for Body Fitting
160
- - [MonoPortDataset](https://github.com/Project-Splinter/MonoPortDataset) for Data Processing
 
161
  - [rembg](https://github.com/danielgatis/rembg) for Human Segmentation
 
 
162
  - [PyTorch-NICP](https://github.com/wuhaozhe/pytorch-nicp) for non-rigid registration
163
  - [smplx](https://github.com/vchoutas/smplx), [PyMAF-X](https://www.liuyebin.com/pymaf-x/), [PIXIE](https://github.com/YadiraF/PIXIE) for Human Pose & Shape Estimation
164
  - [CAPE](https://github.com/qianlim/CAPE) and [THuman](https://github.com/ZhengZerong/DeepHuman/tree/master/THUmanDataset) for Dataset
 
28
  <br></br>
29
  <a href='https://colab.research.google.com/drive/1YRgwoRCZIrSB2e7auEWFyG10Xzjbrbno?usp=sharing' style='padding-left: 0.5rem;'><img src='https://colab.research.google.com/assets/colab-badge.svg' alt='Google Colab'></a><br></br>
30
  <a href="https://arxiv.org/abs/2212.07422">
31
+ <img src='https://img.shields.io/badge/Paper-PDF-green?style=for-the-badge&logo=adobeacrobatreader&logoWidth=20&logoColor=white&labelColor=66cc00&color=94DD15' alt='Paper PDF'>
32
  </a>
33
  <a href='https://xiuyuliang.cn/econ/'>
34
+ <img src='https://img.shields.io/badge/ECON-Page-orange?style=for-the-badge&logo=Google%20chrome&logoColor=white&labelColor=D35400' alt='Project Page'></a>
35
  <a href="https://discord.gg/Vqa7KBGRyk"><img src="https://img.shields.io/discord/940240966844035082?color=7289DA&labelColor=4a64bd&logo=discord&logoColor=white&style=for-the-badge"></a>
36
  <a href="https://youtu.be/j5hw4tsWpoY"><img alt="youtube views" title="Subscribe to my YouTube channel" src="https://img.shields.io/youtube/views/j5hw4tsWpoY?logo=youtube&labelColor=ce4630&style=for-the-badge"/></a>
37
  </p>
 
156
 
157
  Here are some great resources we benefit from:
158
 
159
+ - [ICON](https://github.com/YuliangXiu/ICON) for SMPL-X Body Fitting
160
+ - [BiNI](https://github.com/hoshino042/bilateral_normal_integration) for Bilateral Normal Integration
161
+ - [MonoPortDataset](https://github.com/Project-Splinter/MonoPortDataset) for Data Processing, [MonoPort](https://github.com/Project-Splinter/MonoPort) for fast implicit surface query
162
  - [rembg](https://github.com/danielgatis/rembg) for Human Segmentation
163
+ - [pypoisson](https://github.com/mmolero/pypoisson) for poisson reconstruction
164
+ - [MediaPipe](https://google.github.io/mediapipe/getting_started/python.html) for full-body landmark estimation
165
  - [PyTorch-NICP](https://github.com/wuhaozhe/pytorch-nicp) for non-rigid registration
166
  - [smplx](https://github.com/vchoutas/smplx), [PyMAF-X](https://www.liuyebin.com/pymaf-x/), [PIXIE](https://github.com/YadiraF/PIXIE) for Human Pose & Shape Estimation
167
  - [CAPE](https://github.com/qianlim/CAPE) and [THuman](https://github.com/ZhengZerong/DeepHuman/tree/master/THUmanDataset) for Dataset