Skip to content
Snippets Groups Projects
Commit 17deedc9 authored by Alexandre Eberhardt's avatar Alexandre Eberhardt Committed by Adrien Béraud
Browse files

Segmentation: add a new plugin using yolo11 model.

The plugin uses a yolo11 segmentation model in onnx format.
It segment 80 classes of the COCO dataset.
Over each object detected, it draws the segmentation mask,
the bounding box and label it with the object's name
and the associated confidence score.

It uses a second thread to run the inference.
On Linux, it  can run on CPU or GPU if you have CUDA and cuDNN installed
On Android, it It can run on CPU or NPU using NNAPI
NNAPI is not faster for this model

Change-Id: Ia6eb8fb365ec1f0ed701425354f00591f4269df5
parent 9fbe8111
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment