Skip to content

Commit

Permalink
update ehf 230804
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei-Chen-hub committed Aug 4, 2023
1 parent b8f30f1 commit 32c0802
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mmhuman3d/data/data_converters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .dynacam import DynacamConverter
from .eft import EftConverter
from .egobody import EgobodyConverter
from .ehf import EHFConverter
from .ehf import EhfConverter
from .expose_curated_fits import ExposeCuratedFitsConverter
from .expose_spin_smplx import ExposeSPINSMPLXConverter
from .ffhq_flame import FFHQFlameConverter
Expand Down Expand Up @@ -88,7 +88,7 @@
'ExposeSPINSMPLXConverter',
'FreihandConverter',
'StirlingConverter',
'EHFConverter',
'EhfConverter',
'CliffConverter',
'SynbodyConverter',
'RenbodyConverter',
Expand Down
2 changes: 1 addition & 1 deletion mmhuman3d/data/data_converters/ehf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


@DATA_CONVERTERS.register_module()
class EHFConverter(BaseModeConverter):
class EhfConverter(BaseModeConverter):
"""EHF dataset 'Expressive Hands and Face' More details can be found on the
website:
Expand Down
4 changes: 4 additions & 0 deletions 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']),
ehf=dict(
type='EhfConverter', # real'
prefix='ehf',
modes=['val']),
hsc4d=dict(
type='Hsc4dConverter', # real, in progress
prefix='hsc4d',
Expand Down

0 comments on commit 32c0802

Please sign in to comment.