CEB Mocap - Model Creation Tutorial
Added 2021-11-16 10:32:14 +0000 UTC
To create a model to use on Ceb MOCAP is very easy using Google Colab.
Here are the links and the steps from the video.
------------------------------
Colab for Training Model
https://colab.research.google.com/drive/1SVMNjmh6iH2c2IPYBEK4vP0POzys6vJy?usp=sharing
CEB Yolov5 Annotation Tool
https://carlosedubarreto.gumroad.com/l/yolov5
CEB MOCAP Open Beta
https://carlosedubarreto.gumroad.com/l/ceb_mocap
Steps (from creating a model to have bones with their movements)
First time, creating the model
- 1 - Save the video in a sequence of images (jpg or png) with 416 x 416
- 2 - Import the image sequence in Blender, and track the points (naming the tracking points)
- 3 - Export the data (CEB Yolov5 Annot tool)
- 4 - Split the data (CEB Yolov5 Annot tool)
- 5 - open google Colab Notebook https://colab.research.google.com/drive/1SVMNjmh6iH2c2IPYBEK4vP0POzys6vJy?usp=sharing
- 6 - Run the code
- 7 - Download the model
- 8 - Import the model in CEB Mocap
- 9 - Run your video using the new model
- 10 - Load the tracked data
When you already have a model, you need just the 2 steps below
- 1 - Run your video using the choosen model
- 2 - Load the tracked data