Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei-Chen-hub committed Feb 23, 2024
1 parent 9532378 commit 9c80d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmhuman3d/data/data_converters/synbody_whac.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ def convert_by_mode(self, dataset_path: str, out_path: str,

# get target sequences
seqs_targeted = glob.glob(os.path.join(dataset_path, 'Synbody_whac',
'**',
'*_*', 'smplx_adjusted', '*.npz'), recursive=True)
'*', '*',
'*_*', 'smplx_adjusted', '*.npz'))

# bulid smplx model
gendered_smplx = {}
Expand Down

0 comments on commit 9c80d4c

Please sign in to comment.