Skip to content

Commit

Permalink
update 240426
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei-Chen-hub committed Apr 26, 2024
1 parent 038a326 commit 3965665
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 @@ -228,7 +228,7 @@ def convert_by_mode(self, dataset_path: str, out_path: str,
principal_point=principal_point)).to(self.device)

# init seed and size
seed, size = '240426', '099'
seed, size = '240426', '999'
size_i = min(int(size), len(seqs_targeted))
random.seed(int(seed))
np.set_printoptions(suppress=True)
Expand Down

0 comments on commit 3965665

Please sign in to comment.