YOLO11 Image Segmentation
This model builds upon the detection model by adding the ability to determine which pixels belong to the target object.

Prepare Model File
The program package we provide includes a file named yolo11n-seg.nb, which is the model file for running YOLO11 image segmentation on the WalnutPi 2B (T527) NPU.

If you want to try converting the model yourself, refer to: Model Conversion Tutorial
Install OpenCV
This tutorial requires the OpenCV library. For installation instructions, refer to: OpenCV Installation
Run Model with Python
WalnutPi 2B v1.3.0 and above provides a packaged YOLO11 Python library.