Closed monajalal closed 5 years ago
my bad, ran it Python3. Could you please verify if it is also needed for SMPL-X model? I have ran it regardless and didn't get any error.
(py2) [jalal@goku smplx]$ python tools/clean_ch.py --input-models /scratch3/3d_pose/humanpose/SMPL_models/models/smpl/*.pkl --output-folder out_dir/
(py2) [jalal@goku smplx]$ python tools/clean_ch.py --input-models /scratch3/3d_pose/humanpose/SMPL_models/models/smplh/*.pkl --output-folder out_dir/
(py2) [jalal@goku smplx]$ python tools/clean_ch.py --input-models /scratch3/3d_pose/humanpose/SMPL_models/models/smplx/*.pkl --output-folder out_dir/
(py2) [jalal@goku smplx]$
The conversion (PKL-->NPZ) is needed for SMPL and SMPL+H, due to legacy reasons.
For SMPL-X the website provides both PKL and NPZ, so you can straight use the NPZ files without any conversion.
If you wanna still merge pkl, please refer to #43.
How should I fix this error?
Also, do you remove the Chumpy objects only from smpl and smplh .pkl files or also smplx .pkl files?