Skip to content

Commit

Permalink
regular update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei-Chen-hub committed Feb 22, 2024
1 parent a832a7e commit f7f6b57
Show file tree
Hide file tree
Showing 10 changed files with 2,304 additions and 3 deletions.
5 changes: 4 additions & 1 deletion mmhuman3d/data/data_converters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
from .pw3d_hybrik import Pw3dHybrIKConverter
from .pw3d_neural_annot import Pw3dNeuralConverter
from .renbody import RenbodyConverter
from .rich import RichConverter
from .sgnify import SgnifyConverter
from .shapy import ShapyConverter
from .sloper4d import Sloper4dConverter
Expand All @@ -59,6 +60,7 @@
from .stirling import StirlingConverter
from .surreal import SurrealConverter
from .synbody import SynbodyConverter
from .synbody_whac import SynbodyWhacConverter
from .talkshow import TalkshowConverter
from .ubody import UbodyConverter
from .up3d import Up3dConverter
Expand All @@ -85,5 +87,6 @@
'Hsc4dConverter', 'MotionXConverter', 'MscocoNeuralConverter',
'TalkshowConverter', 'EmdbConverter', 'Flag3dConverter',
'Crowd3dConverter', 'BedlamConverter','Pw3dConverter', 'DecoConverter',
'Hi4dConverter', 'Idea400Converter', 'Pw3dBedlamConverter'
'Hi4dConverter', 'Idea400Converter', 'Pw3dBedlamConverter',
'RichConverter', 'SynbodyWhacConverter',
]
382 changes: 382 additions & 0 deletions mmhuman3d/data/data_converters/idea400.py

Large diffs are not rendered by default.

Loading

0 comments on commit f7f6b57

Please sign in to comment.