Skip to content

Commit 2d39ccc

Browse files
caizhongangyl-1993
andauthored
Bump version to v0.9.0 (#214)
* Bump to v0.9.0 * Update READMEs * Create __init__.py * Update __init__.py * Update __init__.py * Fix __init__.py Co-authored-by: yl-1993 <[email protected]>
1 parent f39f88c commit 2d39ccc

File tree

4 files changed

+23
-13
lines changed

4 files changed

+23
-13
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ https://user-images.githubusercontent.com/62529255/144362861-e794b404-c48f-4ebe-
4242
A suite of differentiale visualization tools for human parametric model rendering (including part segmentation, depth map and point clouds) and conventional 2D/3D keypoints are available.
4343

4444
## News
45+
- 2022-07-08: MMHuman3D [v0.9.0](https://github.com/open-mmlab/mmhuman3d/releases/tag/v0.9.0) is released. Major updates include:
46+
- Support SMPL-X estimation with [ExPose](https://expose.is.tue.mpg.de/) for simultaneous recovery of face, hands and body
47+
- Support new body model [STAR](https://star.is.tue.mpg.de/)
48+
- Release of [GTA-Human](https://caizhongang.github.io/projects/GTA-Human/) dataset with SPIN-FT (51.98 mm) and PARE-FT (46.84 mm) baselines! (Official)
49+
- Refactor registration and improve performance of SPIN to 57.54 mm
4550
- 2022-05-31: MMHuman3D [v0.8.0](https://github.com/open-mmlab/mmhuman3d/releases/tag/v0.8.0) is released. Major updates include:
4651
- Support SmoothNet (added by paper authors)
4752
- Fix circular import and up to 2.5x speed up in module initialization
@@ -51,10 +56,6 @@ https://user-images.githubusercontent.com/62529255/144362861-e794b404-c48f-4ebe-
5156
- Support DeciWatch (added by paper authors)
5257
- Add GTA-Human HMR baseline (official release)
5358
- Support saving inference results
54-
- 2022-04-01: MMHuman3D [v0.6.0](https://github.com/open-mmlab/mmhuman3d/releases/tag/v0.6.0) is released. Major updates include:
55-
- Add HumanDataCache that requires 96% less RAM during training
56-
- Refactor differentiable renderers and support UV map rendering
57-
- Support slice/concat operations for HumanData
5859

5960
## Benchmark and Model Zoo
6061

@@ -67,6 +68,9 @@ Supported body models:
6768

6869
- [x] [SMPL](https://smpl.is.tue.mpg.de/) (SIGGRAPH Asia'2015)
6970
- [x] [SMPL-X](https://smpl-x.is.tue.mpg.de/) (CVPR'2019)
71+
- [x] [MANO](https://mano.is.tue.mpg.de/) (SIGGRAPH ASIA'2017)
72+
- [x] [FLAME](https://flame.is.tue.mpg.de/) (SIGGRAPH ASIA'2017)
73+
- [x] [STAR](https://star.is.tue.mpg.de/) (ECCV'2020)
7074

7175
</details>
7276

@@ -82,8 +86,8 @@ Supported methods:
8286
- [x] [VIBE](https://github.com/mkocabas/VIBE) (CVPR'2020)
8387
- [x] [HybrIK](https://jeffli.site/HybrIK/) (CVPR'2021)
8488
- [x] [PARE](https://pare.is.tue.mpg.de/) (ICCV'2021)
85-
- [x] [DeciWatch](https://ailingzeng.site/deciwatch) (arXiv'2022)
86-
- [x] [SmoothNet](https://ailingzeng.site/smoothnet) (arXiv'2022)
89+
- [x] [DeciWatch](https://ailingzeng.site/deciwatch) (ECCV'2022)
90+
- [x] [SmoothNet](https://ailingzeng.site/smoothnet) (ECCV'2022)
8791
- [x] [ExPose](https://expose.is.tue.mpg.de) (ECCV'2020)
8892

8993
</details>
@@ -100,6 +104,7 @@ Supported datasets:
100104
- [x] [COCO-WholeBody](https://github.com/jin-s13/COCO-WholeBody) (ECCV'2020)
101105
- [x] [CrowdPose](https://github.com/Jeff-sjtu/CrowdPose) (CVPR'2019)
102106
- [x] [EFT](https://github.com/facebookresearch/eft) (3DV'2021)
107+
- [x] [GTA-Human](https://caizhongang.github.io/projects/GTA-Human/) (arXiv'2021)
103108
- [x] [Human3.6M](http://vision.imar.ro/human3.6m/description.php) (TPAMI'2014)
104109
- [x] [InstaVariety](https://github.com/akanazawa/human_dynamics/blob/master/doc/insta_variety.md) (CVPR'2019)
105110
- [x] [LSP](https://sam.johnson.io/research/lsp.html) (BMVC'2010)

README_CN.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ https://user-images.githubusercontent.com/62529255/144362861-e794b404-c48f-4ebe-
4242
一整套可微的可视化工具支持人体参数化模型的渲染(包括部分分割,深度图以及点云)和传统 2D/3D 关键点的可视化。
4343

4444
## 最新进展
45+
- 2022-07-08: MMHuman3D [v0.9.0](https://github.com/open-mmlab/mmhuman3d/releases/tag/v0.9.0) 已经发布. 主要更新包括:
46+
- 支持 SMPL-X 估计方法 [ExPose](https://expose.is.tue.mpg.de/),同时重建脸、手、身体
47+
- 支持新的人体参数化模型 [STAR](https://star.is.tue.mpg.de/)
48+
- 开源 [GTA-Human](https://caizhongang.github.io/projects/GTA-Human/) 数据集,以及 SPIN-FT (51.98 mm) 和 PARE-FT (46.84 mm) 基线! (官方开源)
49+
- 重构配准管线并提升SPIN至 57.54 mm
4550
- 2022-05-31: MMHuman3D [v0.8.0](https://github.com/open-mmlab/mmhuman3d/releases/tag/v0.8.0) 已经发布. 主要更新包括:
4651
- 支持 SmoothNet(由论文作者添加)
4752
- 修复循环引用问题,获得最多2.5倍速度提升
@@ -51,10 +56,6 @@ https://user-images.githubusercontent.com/62529255/144362861-e794b404-c48f-4ebe-
5156
- 支持DeciWatch(由论文作者添加)
5257
- 添加GTA-Human的HMR基线(官方开源)
5358
- 支持存储推理结果
54-
- 2022-04-01: MMHuman3D [v0.6.0](https://github.com/open-mmlab/mmhuman3d/releases/tag/v0.6.0) 已经发布. 主要更新包括:
55-
- 增加HumanDataCache,大幅削减(96%)训练时内存占用
56-
- 重构可微渲染器并支持UV map渲染
57-
- HumanData支持slice/concat操作
5859

5960
## 基准与模型库
6061

@@ -67,6 +68,9 @@ https://user-images.githubusercontent.com/62529255/144362861-e794b404-c48f-4ebe-
6768

6869
- [x] [SMPL](https://smpl.is.tue.mpg.de/) (SIGGRAPH Asia'2015)
6970
- [x] [SMPL-X](https://smpl-x.is.tue.mpg.de/) (CVPR'2019)
71+
- [x] [MANO](https://mano.is.tue.mpg.de/) (SIGGRAPH ASIA'2017)
72+
- [x] [FLAME](https://flame.is.tue.mpg.de/) (SIGGRAPH ASIA'2017)
73+
- [x] [STAR](https://star.is.tue.mpg.de/) (ECCV'2020)
7074

7175
</details>
7276

@@ -82,8 +86,8 @@ https://user-images.githubusercontent.com/62529255/144362861-e794b404-c48f-4ebe-
8286
- [x] [VIBE](https://github.com/mkocabas/VIBE) (CVPR'2020)
8387
- [x] [HybrIK](https://jeffli.site/HybrIK/) (CVPR'2021)
8488
- [x] [PARE](https://pare.is.tue.mpg.de/) (ICCV'2021)
85-
- [x] [DeciWatch](https://ailingzeng.site/deciwatch) (arXiv'2022)
86-
- [x] [SmoothNet](https://ailingzeng.site/smoothnet) (arXiv'2022)
89+
- [x] [DeciWatch](https://ailingzeng.site/deciwatch) (ECCV'2022)
90+
- [x] [SmoothNet](https://ailingzeng.site/smoothnet) (ECCV'2022)
8791
- [x] [ExPose](https://expose.is.tue.mpg.de) (ECCV'2020)
8892

8993
</details>
@@ -100,6 +104,7 @@ https://user-images.githubusercontent.com/62529255/144362861-e794b404-c48f-4ebe-
100104
- [x] [COCO-WholeBody](https://github.com/jin-s13/COCO-WholeBody) (ECCV'2020)
101105
- [x] [CrowdPose](https://github.com/Jeff-sjtu/CrowdPose) (CVPR'2019)
102106
- [x] [EFT](https://github.com/facebookresearch/eft) (3DV'2021)
107+
- [x] [GTA-Human](https://caizhongang.github.io/projects/GTA-Human/) (arXiv'2021)
103108
- [x] [Human3.6M](http://vision.imar.ro/human3.6m/description.php) (TPAMI'2014)
104109
- [x] [InstaVariety](https://github.com/akanazawa/human_dynamics/blob/master/doc/insta_variety.md) (CVPR'2019)
105110
- [x] [LSP](https://sam.johnson.io/research/lsp.html) (BMVC'2010)

mmhuman3d/data/__init__.py

Whitespace-only changes.

mmhuman3d/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) Open-MMLab. All rights reserved.
22

3-
__version__ = '0.8.0'
3+
__version__ = '0.9.0'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)