For the complete documentation index, see llms.txt. This page is also available as Markdown.

Custom Petoi vision model

Use this guide to build, train, and deploy a custom Petoi vision model.

Getting started

Steps on how to get started

Workflow

This guide covers the complete workflow:

1

Create a dataset

Collect images and draw bounding boxes around each target object.

2

Train a model

Train a YOLOv8 object-detection model locally or in Google Colab.

3

Optimize the model

Export the model to quantized TFLite and optimize it with Vela.

4

Deploy the model

Upload the model to Grove Vision AI V2 through SenseCraft.

5

Connect the robot

Use detection results to trigger Petoi robot actions

Last updated