Lesson 6 — Connect Your Pose Model to MRT AI Studio

⚠️ Save before you close either website. Your eLearning progress does not save your editable MRT AI Studio or Teachable Machine project. Download the Studio project, save the Teachable Machine project file, and keep the model URL separately.

Lesson 6 — Connect Your Pose Model to MRT AI Studio

Before you begin: complete Lessons 4 and 5. You need the shareable URL from your trained Pose Project.

1. Open MRT AI Studio

Open the project you want to control. Use MRT AI Studio rather than regular Scratch because this project needs the Pose Classification extension.

2. Add the Pose Classification Extension

Open the extension library and select the green Pose Classification (TM) extension.

Open the MRT AI Studio extension library

Select the Pose Classification extension

Do not mix model types: an Image Project URL works with Image blocks; a Pose Project URL works with Pose blocks.

3. Add the Required Start Loop

Paste your Pose Model URL into the download block. Turn the camera on and place Classify Pose inside a forever loop so recognition continues while the player moves.

Pose model download, camera on and forever Classify Pose loop


4. Add One Event Stack for Each Pose

Use one When a pose is recognised as… event for each trained class. Put the game, sound, score or robot action underneath its matching event.

  • Coding Challenge: use Motion, Looks, Control, Variables, sound and scoring blocks.
  • Robotics Challenge: add the Node Board extension and place motor or servo actions under the Pose events.

Pose recognition and Node Board action example


5. Test Before Building the Full Game

  1. Select the green flag and confirm the camera starts.
  2. Test every pose several times.
  3. Confirm the correct event runs and other events remain inactive.
  4. Try another position, distance or player.
  5. If the result is weak, improve the training data in Teachable Machine, retrain and update the model.
Save before continuing

Download your MRT AI Studio project, keep your Pose Model URL, and save the editable Teachable Machine project.

Next: Highway Collapse V1

Your Pose Model is now connected and tested. In Lesson 7, you will use this setup to control a complete game and then develop your own competition idea.

Scroll to Top