-
Notifications
You must be signed in to change notification settings - Fork 374
colab example? #28
Comments
@molo32 |
@molo32 I was able to make it work with the following commands in a Google Colab instance:
Download SMPL Model (Neutral model: basicModel_neutral_lbs_10_207_0_v1.0.0.pkl): https://github.com/facebookresearch/frankmocap/blob/master/docs/INSTALL.md Download SMPLX Model (Neutral model: SMPLX_NEUTRAL.pkl):
I got a segmentation fault at the end (ffmpeg), but the video seems rendered in the output folder. |
can you share the notebook? |
I made a notebook aswell |
Hey guys, it worked like a charm here, too, with four considerations, as already said above.
The notebook is still raw and poorly documented, but if you guys want to take a look: https://colab.research.google.com/drive/1RaS5NKP2RsrbKuAy2ugCQDj-U_Qn1tXR?usp=sharing |
I have executed the readme indications step by step with success (notebook) |
@Tikquuss |
@LucaswasTaken - I've executed all the code cells -- thanks for sharing them -- but I'm getting "No module named demo.demo_bodymocap" from Python when I try to run tests. Is this from missing environment info that the install doc said to create via "conda create -n venv_frankmocap python=3.7; conda activate venv_frankmocap" right at the start? |
@LucaswasTaken - I've executed all the code cells -- thanks for sharing them -- but I'm getting "No module named demo.demo_bodymocap" from Python when I try to run tests. Is this from missing environment info that the install doc said to create via "conda create -n venv_frankmocap python=3.7; conda activate venv_frankmocap" right at the start? Have you found a solution to the problem? |
I have found a solution |
someone is so kind to share the notebook colab of this
The text was updated successfully, but these errors were encountered: