Skip to content

Commit

Permalink
add hsc4d dataset init 230725
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei-Chen-hub committed Jul 25, 2023
1 parent 2939393 commit 10fee4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions mmhuman3d/data/data_converters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from .h36m_hybrik import H36mHybrIKConverter
from .h36m_smplx import H36mSMPLXConverter
from .hanco import HancoConverter
from .hsc4d import Hsc4dConverter
from .humanart import HumanartConverter
from .humman import HuMManConverter
from .insta_vibe import InstaVibeConverter
Expand Down Expand Up @@ -105,4 +106,5 @@
'SgnifyConverter',
'DynacamConverter',
'BlurhandConverter',
'Hsc4dConverter',
]
6 changes: 5 additions & 1 deletion tools/convert_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
type='Cimi4dConverter', # real
prefix='cimi4d',
modes=['train']),
hsc4d=dict(
type='Hsc4dConverter', # real, in progress
prefix='hsc4d',
modes=['train']),
moyo=dict(
type='MoyoConverter', # real
prefix='moyo',
Expand All @@ -128,7 +132,7 @@

# -------------- hand and face dataset (no complete smplx) --------------
blurhand=dict(
type='BlurhandConverter', # real, hand only
type='BlurhandConverter', # real, hand only, synthetic from real
prefix='blurhand',
modes=['train', 'test']),
freihand=dict( # in progress
Expand Down

0 comments on commit 10fee4f

Please sign in to comment.