Skip to content

Commit

Permalink
update arctic 241028
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei-Chen-hub committed Oct 28, 2024
1 parent 799023a commit de11a91
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/convert_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,17 @@
prefix='synbody',
modes=['AMASS_tracking-20240221', 'AMASS_tracking-20240229',
'AMASS_tracking-20240301', 'DuetDance-20240218',
'DLP-20240228']),
'DLP-20240228', 'demo']),
ubody=dict(
type='UbodyConverter', # real, has some single
prefix='ubody',
modes=['inter', 'intra']),

# -------------- single-human dataset --------------
arctic=dict(
type='ArcticConverter', # real
prefix='arctic',
modes=['p1_test', 'p1_train', 'p1_val', 'p2_test', 'p2_train', 'p2_val']),
behave=dict(
type='BehaveConverter', # real
prefix='behave',
Expand Down

0 comments on commit de11a91

Please sign in to comment.