Skip to content

MMHuman3D Release v0.10.0

Compare
Choose a tag to compare
@yl-1993 yl-1993 released this 12 Oct 09:39
· 21 commits to main since this release
6e60ad1

Highlights

  • Add webcam demo and real-time renderer
  • Update dataloader to speed up training
  • Add balanced MSE loss for imbalanced HMR training

New Algorithms

  • Add balanced MSE loss for imbalanced HMR training (added by paper authors)

New Features

  • Add persistent_workers in dataloader to reduce data time in training
  • Add webcam demo and real-time renderer
  • Support mmhuman3d installation without torch

Documentation

  • Add smc file description
  • Update install.md to address dependency conflicts
  • Update GTA-Human, main readme, and install guide
  • Update doc to avoid mmcls and mmtrack installation issues

Bug Fixes

  • Fix error raise messages in estimate_smpl.py
  • Fix ImportError caused by missing __init__.py
  • Fix config not found when installed by 'pip install git+...'
  • Fix GTA-Human config path error
  • Fix bugs in guas1d config
  • Fix bug for the real-time renderer

Many thanks to this release's contributors!
@ykk648 @haofanwang @woo1 @mingyuan-zhang @ttxskk @kimren227 @caizhongang @LazyBusyYang @yl-1993