Skip to content

Commit

Permalink
📈 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylark0924 committed Aug 25, 2023
1 parent 6dbd9b6 commit 54dee91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rofunc/utils/datalab/poselib/fbx_to_amp_npy.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ def amp_npy_from_fbx(fbx_file):
"right_wrist": "right_hand"
},
"rotation": [0.707, 0, 0, 0.707], # xyzw
"scale": 0.01,
"root_height_offset": -0.2,
"scale": 1,
"root_height_offset": -0.1,
"trim_frame_beg": 0,
"trim_frame_end": -1
}
Expand All @@ -317,3 +317,4 @@ def amp_npy_from_fbx(fbx_file):

pool = multiprocessing.Pool()
pool.map(amp_npy_from_fbx, fbx_files)
# amp_npy_from_fbx(fbx_files[0])

0 comments on commit 54dee91

Please sign in to comment.