Skip to content

Commit

Permalink
reformat and restructure 230815
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei-Chen-hub committed Aug 15, 2023
1 parent 812b8aa commit 7a991d6
Show file tree
Hide file tree
Showing 12 changed files with 901 additions and 557 deletions.
8 changes: 4 additions & 4 deletions mmhuman3d/data/data_converters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from .freihand import FreihandConverter
from .gta_human import GTAHumanConverter
from .gta_human2 import GTAHuman2Converter
from .h36m import H36mConverter
from .h36m_neural_annot import H36mNeuralConverter
from .h36m_hybrik import H36mHybrIKConverter
from .h36m_smplx import H36mSMPLXConverter
from .hanco import HancoConverter
Expand All @@ -34,7 +34,7 @@
from .moyo import MoyoConverter
from .mpi_inf_3dhp import MpiInf3dhpConverter
from .mpi_inf_3dhp_hybrik import MpiInf3dhpHybrIKConverter
from .mpii import MpiiConverter
from .mpii_neural_annot import MpiiNeuralConverter
from .penn_action import PennActionConverter
from .posetrack import PosetrackConverter
from .pw3d import Pw3dConverter
Expand All @@ -56,8 +56,8 @@
__all__ = [
'build_data_converter',
'AgoraConverter',
'MpiiConverter',
'H36mConverter',
'MpiiNeuralConverter',
'H36mNeuralConverter',
'AmassConverter',
'CocoConverter',
'CocoWholebodyConverter',
Expand Down
Loading

0 comments on commit 7a991d6

Please sign in to comment.