Skip to content

Commit d01e2d0

Browse files
authored
Bump version to v0.7.0 (#171)
* Bump version to v0.7.0
1 parent 46d3dae commit d01e2d0

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

README.md

Lines changed: 7 additions & 0 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-04-30: MMHuman3D [v0.7.0](https://github.com/open-mmlab/mmhuman3d/releases/tag/v0.7.0) is released. Major updates include:
46+
- Support PARE (better than the official implementation)
47+
- Support DeciWatch (added by paper authors)
48+
- Add GTA-Human HMR baseline (official release)
49+
- Support saving inference results
4550
- 2022-04-01: MMHuman3D [v0.6.0](https://github.com/open-mmlab/mmhuman3d/releases/tag/v0.6.0) is released. Major updates include:
4651
- Add HumanDataCache that requires 96% less RAM during training
4752
- Refactor differentiable renderers and support UV map rendering
@@ -78,6 +83,8 @@ Supported methods:
7883
- [x] [SPIN](https://www.seas.upenn.edu/~nkolot/projects/spin/) (ICCV'2019)
7984
- [x] [VIBE](https://github.com/mkocabas/VIBE) (CVPR'2020)
8085
- [x] [HybrIK](https://jeffli.site/HybrIK/) (CVPR'2021)
86+
- [x] [PARE](https://pare.is.tue.mpg.de/) (ICCV'2021)
87+
- [x] [DeciWatch](https://ailingzeng.site/deciwatch) (arXiv'2022)
8188

8289
</details>
8390

README_CN.md

Lines changed: 7 additions & 0 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-04-30: MMHuman3D [v0.7.0](https://github.com/open-mmlab/mmhuman3d/releases/tag/v0.7.0) 已经发布. 主要更新包括:
46+
- 支持PARE算法 (优于官方实现)
47+
- 支持DeciWatch(由论文作者添加)
48+
- 添加GTA-Human的HMR基线(官方开源)
49+
- 支持存储推理结果
4550
- 2022-04-01: MMHuman3D [v0.6.0](https://github.com/open-mmlab/mmhuman3d/releases/tag/v0.6.0) 已经发布. 主要更新包括:
4651
- 增加HumanDataCache,大幅削减(96%)训练时内存占用
4752
- 重构可微渲染器并支持UV map渲染
@@ -78,6 +83,8 @@ https://user-images.githubusercontent.com/62529255/144362861-e794b404-c48f-4ebe-
7883
- [x] [SPIN](https://www.seas.upenn.edu/~nkolot/projects/spin/) (ICCV'2019)
7984
- [x] [VIBE](https://github.com/mkocabas/VIBE) (CVPR'2020)
8085
- [x] [HybrIK](https://jeffli.site/HybrIK/) (CVPR'2021)
86+
- [x] [PARE](https://pare.is.tue.mpg.de/) (ICCV'2021)
87+
- [x] [DeciWatch](https://ailingzeng.site/deciwatch) (arXiv'2022)
8188

8289
</details>
8390

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.6.0'
3+
__version__ = '0.7.0'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)