Moronrift08

Results 1 comments of Moronrift08

> Update: I managed to resolve the issue with the following script: > > ``` > model_path = './SMPL_FEMALE.pkl' > save_path = './SMPL_FEMALE.pth' > > with open(model_path, 'rb') as f:...