Skip to content

MMHuman3D Release v0.8.0

Compare
Choose a tag to compare
@yl-1993 yl-1993 released this 01 Jun 04:22
· 45 commits to main since this release
d0d0c98

Highlights

  • Support SmoothNet (added by paper authors)
  • Fix circular import and up to 2.5x speed up in module initialization
  • Add documentations in Chinese

New Algorithms

  • Support SmoothNet as a smoothing method, improving inference precision for image- and video-based models

Refactors

  • Refactor estimate_smpl.py with compressed pose and shape to avoid possible shape errors and waste of space for multi-person visualization

Documentations

  • Add Chinese version for 12 documentations

Bug Fixes

  • Fix circular import in models, conventions, and cameras, and achieve up to 2.5x speed-up in module initialization by importing only the necessary builders
  • Fix bugs in PARE configs
  • Fix wrong type and value in convert_kps

Many thanks to this release's contributors!

@Naive-Bayes @ykk648 @juxuan27 @LazyBusyYang