Skip to content

matlab-deep-learning/pretrained-yolo-v11-litert-model-for-segmentation-and-object-detection-with-matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pretrained YOLO v11 LiteRT Model For Segmentation and Object Detection with MATLAB

This repository provides a pretrained YOLO v11[1] LiteRT model for real-time segmentation and object detection task. This model was exported to LiteRT (formerly known as TFLite) format following the guidelines in https://docs.ultralytics.com/integrations/tflite/.

License

The software and model weights are released under the GNU Affero General Public License v3.0. For alternative licensing, contact Ultralytics Licensing.

Getting Started

To perform segmentation and object detection using the pretrained YOLO v11 LiteRT model in MATLAB, follow the example in to-be-published. The example shows how to simulate the YOLO v11 model in MATLAB as well as generate code for the model to deploy on edge devices.

Network Overview

YOLO v11 is one of the best performing object detectors and is considered as an improvement to the existing YOLO variants such as YOLO v8, YOLO v9 and YOLO v10.

Following are the key features of the YOLO v11 object detector compared to its predecessors:

  • Improved Accuracy with Fewer Parameters: YOLO v11 is expected to offer enhanced accuracy while using fewer parameters compared to previous versions, such as, YOLO v8. This improvement can lead to more precise and reliable detection results.
  • Better Speed and Efficiency: YOLO v11 may have optimizations that allow it to achieve faster processing speeds while maintaining high accuracy. This can be crucial for real-time applications or scenarios with limited computational resources.
  • Enhanced Object Classification: YOLO v11 employs an improved backbone and neck architecture that enhances feature extraction capabilities for improvements in object classification capabilities, allowing for more accurate and detailed classification of detected objects.

References

[1] https://github.com/ultralytics/ultralytics

Copyright 2025 The MathWorks, Inc.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published