Blender Version == 2.93
Blender Add-on : Auto-Rig Pro
if you do not have ARP, please purchase here.Blender Add-on : SMPL-X Blender Add-on (300 shape components, 20220623, 310MB)
if you do not have SMPL-X, please download here(Registration is needed.).
- Data should be put in this hierachy:
BEAT_Dataset ├── female │ └── FEMALE_ID │ └── MOTION_FILES.bvh └── male └── MALE_ID └── MOTION_FILES.bvh
- FEMALE_IDs are
6-10, 21-30
. MALE_IDs are1-5, 11-20
. SMPL-X Blender Add-on is defaultly set toFemale
, please manually set toMale
onSMPL-X Model
panel in the sidebar of Blender viewer, if you want to processMale
data. - Please delete
.0
in end of line430
in30_katya_1_1_1.bvh
,30_katya_1_2_2.bvh
,30_katya_1_3_3.bvh
,14_zhang_1_2_2.bvh
,14_zhang_1_3_3.bvh
before run the processing code.
- Install
Auto-Rig Pro
andSMPL-X for Blender
inBlender 2.93
. - Put remapping index
./beat2smpl/beat2smpl.bmap
in the scripts folder of Blender. (ex. In Windows, this folder are inC:\Users\YOUR_NAME\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\auto_rig_pro-master\remap_presets\
.) - Add
fp: StringProperty(subtype="FILE_PATH", default='./smpl.fbx')
in line1125
of__init__.py
in SMPL-X Blender Add-on installed path. (ex. In Windows, this folder are inC:\Users\YOUR_NAME\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\smplx_blender_addon\__init__.py
.) - Read
./beat2smpl/beat2smpl.py
into Blender script, and turn onWindow/Toggle System Console
in Blender for checking the progress of retargeting. - Change the gender in both line
3
and20
in./beat2smpl/beat2smpl.py
, and run the script in Blender.