Skip to content

MMHuman3D Release v0.4.0

Compare
Choose a tag to compare
@yl-1993 yl-1993 released this 04 Jan 04:12
· 102 commits to main since this release
7615dbf

Refactoring

  • Registration-based methods are moved to models/, under the new module abstraction named “registrants”
  • Body model wrappers have their own module abstraction named “body_models”

Datasets

  • Add support for GTA-Human dataset
  • Add support for datasets needed by VIBE

New features

  • Upgrade SMPLify: batch size adaptation and use standard camera module
  • Upgrade camera: helper functions such as concat, parameter conversion and value type check
  • Upgrade renderer: refactored to use registry, refactored smpl visualization

Documents

  • Update README, tutorials, and readthedocs

Bug fixes:

  • Unit tests: test_cache that raises time comparison error
  • Visualization: holes in rendered mesh
  • Data converters: image paths, and H36M and LSP

CICD

  • Deploy workflow on GitHub
  • Add codedev reports in workflow