Skip to content

Commit 20a1c62

Browse files
authored
Bump version to v0.5.0 (#105)
* Bump version to v0.5.0 * Add links for new MM repos * Add news in README * Fix typo * Update grammar of sentences
1 parent 26f821b commit 20a1c62

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ https://user-images.githubusercontent.com/62529255/144362861-e794b404-c48f-4ebe-
4141

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

44+
## News
45+
- 2022-02-11: MMHuman3D [v0.5.0](https://github.com/open-mmlab/mmhuman3d/releases/tag/v0.5.0) is released. Major updates include:
46+
- Support new data structure SMC for new dataset HuMMan, which will soon be released
47+
- Support for multi-GPU training/testing without slurm
48+
- Support training-time validation and additional metrics such as PVE
49+
- Bug fixes in data augmentation for more stable training
50+
- Stronger HybrIK baseline (PA-MPJPE 49.02 on 3DPW)
51+
4452
## Benchmark and Model Zoo
4553

4654
More details can be found in [model_zoo.md](docs/model_zoo.md).
@@ -146,3 +154,6 @@ We wish that the toolbox and benchmark could serve the growing research communit
146154
- [MMFlow](https://github.com/open-mmlab/mmflow): OpenMMLab optical flow toolbox and benchmark.
147155
- [MMFewShot](https://github.com/open-mmlab/mmfewshot): OpenMMLab FewShot Learning Toolbox and Benchmark.
148156
- [MMHuman3D](https://github.com/open-mmlab/mmhuman3d): OpenMMLab 3D Human Parametric Model Toolbox and Benchmark.
157+
- [MMSelfSup](https://github.com/open-mmlab/mmselfsup): OpenMMLab self-supervised learning toolbox and benchmark.
158+
- [MMRazor](https://github.com/open-mmlab/mmrazor): OpenMMLab model compression toolbox and benchmark.
159+
- [MMDeploy](https://github.com/open-mmlab/mmdeploy): OpenMMLab model deployment framework.

README_CN.md

+11
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ https://user-images.githubusercontent.com/62529255/144362861-e794b404-c48f-4ebe-
4141

4242
一整套可微的可视化工具支持人体参数化模型的渲染(包括部分分割,深度图以及点云)和传统 2D/3D 关键点的可视化。
4343

44+
## 最新进展
45+
- 2022-02-11: MMHuman3D [v0.5.0](https://github.com/open-mmlab/mmhuman3d/releases/tag/v0.5.0) 已经发布. 主要更新包括:
46+
- 支持新的数据结构SMC以及即将发布的新数据集HuMMan
47+
- 支持在非slurm环境下的多GPU训练/测试
48+
- 支持训练时验证及更多测试指标如PVE
49+
- 修复数据增强的问题使训练稳定
50+
- 更强的HybrIK基线(3DPW上达到PA-MPJPE 49.02)
51+
4452
## 基准与模型库
4553

4654
更多详情可见 [模型库](docs/model_zoo.md)
@@ -145,6 +153,9 @@ MMHuman3D是一款由不同学校和公司共同贡献的开源项目。我们
145153
- [MMFlow](https://github.com/open-mmlab/mmflow): OpenMMLab 光流估计工具箱与测试基准
146154
- [MMFewShot](https://github.com/open-mmlab/mmfewshot): OpenMMLab 少样本学习工具箱与测试基准
147155
- [MMHuman3D](https://github.com/open-mmlab/mmhuman3d):OpenMMLab 人体参数化模型工具箱与测试基准
156+
- [MMSelfSup](https://github.com/open-mmlab/mmselfsup): OpenMMLab 自监督学习工具箱与测试基准
157+
- [MMRazor](https://github.com/open-mmlab/mmrazor): OpenMMLab 模型压缩工具箱与测试基准
158+
- [MMDeploy](https://github.com/open-mmlab/mmdeploy):OpenMMLab 模型部署框架
148159

149160
## 欢迎加入 OpenMMLab 社区
150161

mmhuman3d/version.py

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

3-
__version__ = '0.4.0'
3+
__version__ = '0.5.0'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)