Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -13,9 +13,12 @@ tags:
|
|
| 13 |
# YOLOv8-Segmentation: Optimized for Mobile Deployment
|
| 14 |
## Real-time object segmentation optimized for mobile and edge by Ultralytics
|
| 15 |
|
|
|
|
| 16 |
Ultralytics YOLOv8 is a machine learning model that predicts bounding boxes, segmentation masks and classes of objects in an image.
|
| 17 |
|
| 18 |
-
This model is an implementation of
|
|
|
|
|
|
|
| 19 |
This repository provides scripts to run YOLOv8-Segmentation on Qualcomm® devices.
|
| 20 |
More details on model performance across various devices, can be found
|
| 21 |
[here](https://aihub.qualcomm.com/models/yolov8_seg).
|
|
|
|
| 13 |
# YOLOv8-Segmentation: Optimized for Mobile Deployment
|
| 14 |
## Real-time object segmentation optimized for mobile and edge by Ultralytics
|
| 15 |
|
| 16 |
+
|
| 17 |
Ultralytics YOLOv8 is a machine learning model that predicts bounding boxes, segmentation masks and classes of objects in an image.
|
| 18 |
|
| 19 |
+
This model is an implementation of Posenet-Mobilenet found [here](https://github.com/ultralytics/ultralytics/tree/main/ultralytics/models/yolo/segment).
|
| 20 |
+
|
| 21 |
+
|
| 22 |
This repository provides scripts to run YOLOv8-Segmentation on Qualcomm® devices.
|
| 23 |
More details on model performance across various devices, can be found
|
| 24 |
[here](https://aihub.qualcomm.com/models/yolov8_seg).
|