Hi, I’ve tried Training Ego-Pose Estimation.
I executed the command:
python ego_pose / ego_mimic.py --cfg subject_02
However, the following error occurred:
File "mujoco_py / mjbatchrenderer.pyx", line 2, in mujoco_py.cymj
TypeError: self.ptr cannot be converted to a Python object for pickling
I tried using dill instead of pickle, but it didn't work.
How can I solve it? Thank you.
Hi, I’ve tried Training Ego-Pose Estimation.
I executed the command:
python ego_pose / ego_mimic.py --cfg subject_02
However, the following error occurred:
File "mujoco_py / mjbatchrenderer.pyx", line 2, in mujoco_py.cymj
TypeError: self.ptr cannot be converted to a Python object for pickling
I tried using dill instead of pickle, but it didn't work.
How can I solve it? Thank you.