Skip to content

Commit

Permalink
TO-DOs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaseris committed Jan 29, 2024
1 parent 2191184 commit ce0bba5
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 ce0bba5

Please sign in to comment.