Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei-Chen-hub committed Feb 24, 2024
1 parent 7e42bd3 commit 03c0369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmhuman3d/data/data_converters/synbody_whac.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def convert_by_mode(self, dataset_path: str, out_path: str,
human_data = HumanData()

seqs = seqs_targeted[slid * len(seqs_targeted) // slices: (slid + 1) * len(seqs_targeted) // slices]
print(f'Processing {mode} slice {i + 1} / {slices} with {len(seqs)} sequences')
print(f'Processing {mode} slice {slid + 1} / {slices} with {len(seqs)} sequences')
# initialize output for human_data
smplx_ = {}
for key in self.smplx_shape.keys():
Expand Down

0 comments on commit 03c0369

Please sign in to comment.