# beta 0.62
- choose SMPL model Male or female (instead of only the male one)
- option to choose SMPLX model (with hands and face animation)
- the SMPLX model with fingers should be generated using this addon
https://gitlab.tuebingen.mpg.de/jtesch/smplx_blender_addon
and exported the Male character to FBX
- at the moment easymocap doesnt export hand and finger movement, so it need to apply these changes
https://github.com/zju3dv/EasyMocap/issues/25#issuecomment-842266080
when generating the data from easymocap, the parameters like this
"python apps/demo/mv1p.py 0_input/20210505_guitar --out 1_output/20210505_guitar --vis_det --vis_repro --undis --sub_vis 1 2 --body bodyhandface --model smplx --gender male --vis_smpl"
You can download the file with the needed changes
"body_model.py"
paste on this folder
easymocap\smplmodel\body_model.py
and
"mv1p.py"
copy to this folder
apps\demo\mv1p.py