Easy Mocap Software Setup
For the majority of this week, I worked on EasyMocap. I worked on getting everything installed and running the demo from EasyMocap’s provided files. I had to use Python 3.9 for all other add-ons/packages to function as intended. By the end of the week, I had gotten the provided demo data working as intended.
Things to Download:
- 1 - Easymocap
- https://github.com/zju3dv/EasyMocap
- 2 - OpenPose v1.7.0
- https://github.com/CMU-Perceptual-Com...
- 3 - Nvidia CUDA toolkit 11.7 (cuda toolkit 10.1 not working with pytorch)
- https://developer.nvidia.com/cuda-dow...
- 4 - Python 3.7+
- https://www.python.org/
Note: Theres probably libraries and add-ons still required beyond this so just pip-install them as they come up
Use the attached doc as basic guide for install, this doesn't use conda but conda tutorials also exist:
-Tyson