Skip to content

Commit

Permalink
Bump version to v0.5.0 (#105)
Browse files Browse the repository at this point in the history
* Bump version to v0.5.0

* Add links for new MM repos

* Add news in README

* Fix typo

* Update grammar of sentences
  • Loading branch information
yl-1993 authored Feb 11, 2022
1 parent 26f821b commit 20a1c62
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ https://user-images.githubusercontent.com/62529255/144362861-e794b404-c48f-4ebe-

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.

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

## Benchmark and Model Zoo

More details can be found in [model_zoo.md](docs/model_zoo.md).
Expand Down Expand Up @@ -146,3 +154,6 @@ We wish that the toolbox and benchmark could serve the growing research communit
- [MMFlow](https://github.com/open-mmlab/mmflow): OpenMMLab optical flow toolbox and benchmark.
- [MMFewShot](https://github.com/open-mmlab/mmfewshot): OpenMMLab FewShot Learning Toolbox and Benchmark.
- [MMHuman3D](https://github.com/open-mmlab/mmhuman3d): OpenMMLab 3D Human Parametric Model Toolbox and Benchmark.
- [MMSelfSup](https://github.com/open-mmlab/mmselfsup): OpenMMLab self-supervised learning toolbox and benchmark.
- [MMRazor](https://github.com/open-mmlab/mmrazor): OpenMMLab model compression toolbox and benchmark.
- [MMDeploy](https://github.com/open-mmlab/mmdeploy): OpenMMLab model deployment framework.
11 changes: 11 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ https://user-images.githubusercontent.com/62529255/144362861-e794b404-c48f-4ebe-

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

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

## 基准与模型库

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

## 欢迎加入 OpenMMLab 社区

Expand Down
2 changes: 1 addition & 1 deletion mmhuman3d/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) Open-MMLab. All rights reserved.

__version__ = '0.4.0'
__version__ = '0.5.0'


def parse_version_info(version_str):
Expand Down

0 comments on commit 20a1c62

Please # to comment.