Closed EAST-J closed 4 years ago
Hey! Please could you let me know which pkl files it's having trouble with?
my_smpl_data_00781_4_all.pkl and the same as walking_toy_symmetric_pose_prior_with_cov_35parts.pkl
When I try this soluton:https://stackoverflow.com/questions/2613800/how-to-convert-dos-windows-newline-crlf-to-unix-newline-lf-in-a-bash-script/19702943#19702943
It fixed, but I still get errors:
self.precs = torch.from_numpy(res['pic'].r).float().to(device)
Traceback (most recent call last):
File "smal_fitter/optimize_to_joints.py", line 147, in
I have installed numpy, I searched this error, It told me that that is because the pickle files were saved in windows, and I tried to read it in Linux , could you help me to solve this? Thanks
I fix this error by solution mentioned above, I change 3 pkl files: my_smpl_data_00781_4_all.pkl walking_toy_symmetric_pose_prior_with_cov_35parts.pkl symIdx.pkl
Where can we download my_smpl_data_00781_4_all.pkl?
Dear @benjiebob , my os is Ubuntu 18.04, when I run python scripts --python smal_fitter/optimize_to_joints.py I get error:_pickle.UnpicklingError: the STRING opcode argument must be quoted, I searched and got that those pkl files belong to Windows. I wonder if I should change the pkl files or I can run on the Windows. Please help me Thanks