Mirrored-Human
Mirrored-Human copied to clipboard
ValueError: Cannot load file containing pickled data when allow_pickle=False
(easymocap) M:\GITHUB\EASYMOCAP>python apps/demo/1v1p_mirror.py zju-m-demo/ --out zju-m-demo-output/ --vis_smpl --video
Demo code for single view and one person with mirror:
- Input : zju-m-demo/: [backflip, dance, kaluli]
- Output: zju-m-demo-output/
- Body : smpl => neutral, body25
-> [Loading smpl, neutral]: 4.8s
-> [Loading SPIN ]: 399.0ms
Traceback (most recent call last):
File "apps/demo/1v1p_mirror.py", line 153, in
We can't reproduce this error.
I have change false to true and some other suggestion I got from google. Now I am getting out of memory error. I will try to reduce batch_size, epochs, and load and see if that will help.