Skip to content

Commit

Permalink
Merge pull request #74 from kaseris/datasets/human36m
Browse files Browse the repository at this point in the history
TO-DOs
  • Loading branch information
kaseris committed Jan 29, 2024
2 parents 27785b5 + ce0bba5 commit 5da3489
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/skelcast/data/human36m/human36m.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ def skeleton(self):

@DATASETS.register_module()
class Human36MDataset(MocapDataset):
"""
TODO: Possibly add a flatten_data method for easy accessing with a single index.
"""
def __init__(self, path, seq_len=27):
skeleton = Skeleton(offsets=[
[ 0. , 0. , 0. ],
Expand Down

0 comments on commit 5da3489

Please sign in to comment.