We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Hi,
Could you try to use python >= 3.6 and install the dependencies in this file? https://github.com/Khrylx/RFC/blob/main/requirements.txt
You might also want to try if you can train RFC instead following the installation steps there. Because they share similar packages.
Sorry, something went wrong.
Hi, this error may be caused by the computer not supporting multi-threading. It can be solved by setting the args.--num-threads to 1.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: