Skip to content

Commit

Permalink
[Add] Add smc reader (#58)
Browse files Browse the repository at this point in the history
* add smc reader

* make linter happy

* specify extrinsic are all cam2world in docstring

* fix kinect skeleton getter

* Add test for smc reader

* change test smc path

Co-authored-by: Ren Daxuan <[email protected]>
Co-authored-by: rendaxuan <[email protected]>
  • Loading branch information
3 people authored Jan 3, 2022
1 parent af3b750 commit 88b812b
Show file tree
Hide file tree
Showing 3 changed files with 633 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mmhuman3d/data/data_structures/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from mmhuman3d.data.data_structures import human_data
from mmhuman3d.data.data_structures import human_data, smc_reader
from mmhuman3d.data.data_structures.human_data import HumanData
from mmhuman3d.data.data_structures.smc_reader import SMCReader

__all__ = ['HumanData', 'human_data']
__all__ = ['HumanData', 'human_data', 'SMCReader', 'smc_reader']
Loading

0 comments on commit 88b812b

Please sign in to comment.