Adi commited on
Commit
5b4774d
1 Parent(s): 9c67d49

chore:updated iterations

Browse files
Files changed (1) hide show
  1. visualize/simplify_loc2rot.py +1 -1
visualize/simplify_loc2rot.py CHANGED
@@ -18,7 +18,7 @@ class joints2smpl:
18
  self.batch_size = num_frames
19
  self.num_joints = 22 # for HumanML3D
20
  self.joint_category = "AMASS"
21
- self.num_smplify_iters = 120
22
  self.fix_foot = False
23
  print(config.SMPL_MODEL_DIR)
24
  smplmodel = smplx.create(config.SMPL_MODEL_DIR,
 
18
  self.batch_size = num_frames
19
  self.num_joints = 22 # for HumanML3D
20
  self.joint_category = "AMASS"
21
+ self.num_smplify_iters = 80
22
  self.fix_foot = False
23
  print(config.SMPL_MODEL_DIR)
24
  smplmodel = smplx.create(config.SMPL_MODEL_DIR,