Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to v0.10.0 #259

Merged
merged 14 commits into from
Oct 12, 2022
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ 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-09-30: MMHuman3D [v0.10.0](https://github.com/open-mmlab/mmhuman3d/releases/tag/v0.10.0) is released. Major updates include:
- Add webcam demo and real-time renderer
- Update dataloader to speed up training
- Add [balanced MSE](https://github.com/jiawei-ren/BalancedMSE) loss for imbalanced HMR training
caizhongang marked this conversation as resolved.
Show resolved Hide resolved
- 2022-07-08: MMHuman3D [v0.9.0](https://github.com/open-mmlab/mmhuman3d/releases/tag/v0.9.0) is released. Major updates include:
- Support SMPL-X estimation with [ExPose](https://expose.is.tue.mpg.de/) for simultaneous recovery of face, hands and body
- Support new body model [STAR](https://star.is.tue.mpg.de/)
Expand All @@ -51,11 +55,6 @@ https://user-images.githubusercontent.com/62529255/144362861-e794b404-c48f-4ebe-
- Support SmoothNet (added by paper authors)
- Fix circular import and up to 2.5x speed up in module initialization
- Add documentations in Chinese
- 2022-04-30: MMHuman3D [v0.7.0](https://github.com/open-mmlab/mmhuman3d/releases/tag/v0.7.0) is released. Major updates include:
- Support PARE (better than the official implementation)
- Support DeciWatch (added by paper authors)
- Add GTA-Human HMR baseline (official release)
- Support saving inference results

## Benchmark and Model Zoo

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

## 最新进展
- 2022-09-30: MMHuman3D [v0.10.0](https://github.com/open-mmlab/mmhuman3d/releases/tag/v0.10.0) 已经发布. 主要更新包括:
- 支持调用本地摄像头实时渲染
- 更新数据载入脚本,进而实现训练加速
- 加入[balanced MSE](https://github.com/jiawei-ren/BalancedMSE) 损失函数,可进一步提升HMR训练精度
- 2022-07-08: MMHuman3D [v0.9.0](https://github.com/open-mmlab/mmhuman3d/releases/tag/v0.9.0) 已经发布. 主要更新包括:
- 支持 SMPL-X 估计方法 [ExPose](https://expose.is.tue.mpg.de/),同时重建脸、手、身体
- 支持新的人体参数化模型 [STAR](https://star.is.tue.mpg.de/)
Expand All @@ -51,11 +55,6 @@ https://user-images.githubusercontent.com/62529255/144362861-e794b404-c48f-4ebe-
- 支持 SmoothNet(由论文作者添加)
- 修复循环引用问题,获得最多2.5倍速度提升
- 增加中文版文档
- 2022-04-30: MMHuman3D [v0.7.0](https://github.com/open-mmlab/mmhuman3d/releases/tag/v0.7.0) 已经发布. 主要更新包括:
- 支持PARE算法 (优于官方实现)
- 支持DeciWatch(由论文作者添加)
- 添加GTA-Human的HMR基线(官方开源)
- 支持存储推理结果

## 基准与模型库

Expand Down