v0.50.1
Browse filesSee https://github.com/qualcomm/ai-hub-models/releases/v0.50.1 for changelog.
README.md
CHANGED
|
@@ -15,18 +15,18 @@ pipeline_tag: image-segmentation
|
|
| 15 |
Ultralytics YOLOv8 is a machine learning model that predicts bounding boxes, segmentation masks and classes of objects in an image.
|
| 16 |
|
| 17 |
This is based on the implementation of YOLOv8-Segmentation found [here](https://github.com/ultralytics/ultralytics/tree/main/ultralytics/models/yolo/segment).
|
| 18 |
-
This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/main/qai_hub_models/models/yolov8_seg) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
|
| 19 |
|
| 20 |
Qualcomm AI Hub Models uses [Qualcomm AI Hub Workbench](https://workbench.aihub.qualcomm.com) to compile, profile, and evaluate this model. [Sign up](https://myaccount.qualcomm.com/signup) to run these models on a hosted Qualcomm® device.
|
| 21 |
|
| 22 |
## Getting Started
|
| 23 |
Due to licensing restrictions, we cannot distribute pre-exported model assets for this model.
|
| 24 |
-
Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/main/qai_hub_models/models/yolov8_seg) Python library to compile and export the model with your own:
|
| 25 |
- Custom weights (e.g., fine-tuned checkpoints)
|
| 26 |
- Custom input shapes
|
| 27 |
- Target device and runtime configurations
|
| 28 |
|
| 29 |
-
See our repository for [YOLOv8-Segmentation on GitHub](https://github.com/qualcomm/ai-hub-models/blob/main/qai_hub_models/models/yolov8_seg) for usage instructions.
|
| 30 |
|
| 31 |
|
| 32 |
## Model Details
|
|
|
|
| 15 |
Ultralytics YOLOv8 is a machine learning model that predicts bounding boxes, segmentation masks and classes of objects in an image.
|
| 16 |
|
| 17 |
This is based on the implementation of YOLOv8-Segmentation found [here](https://github.com/ultralytics/ultralytics/tree/main/ultralytics/models/yolo/segment).
|
| 18 |
+
This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/main/src/qai_hub_models/models/yolov8_seg) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
|
| 19 |
|
| 20 |
Qualcomm AI Hub Models uses [Qualcomm AI Hub Workbench](https://workbench.aihub.qualcomm.com) to compile, profile, and evaluate this model. [Sign up](https://myaccount.qualcomm.com/signup) to run these models on a hosted Qualcomm® device.
|
| 21 |
|
| 22 |
## Getting Started
|
| 23 |
Due to licensing restrictions, we cannot distribute pre-exported model assets for this model.
|
| 24 |
+
Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/main/src/qai_hub_models/models/yolov8_seg) Python library to compile and export the model with your own:
|
| 25 |
- Custom weights (e.g., fine-tuned checkpoints)
|
| 26 |
- Custom input shapes
|
| 27 |
- Target device and runtime configurations
|
| 28 |
|
| 29 |
+
See our repository for [YOLOv8-Segmentation on GitHub](https://github.com/qualcomm/ai-hub-models/blob/main/src/qai_hub_models/models/yolov8_seg) for usage instructions.
|
| 30 |
|
| 31 |
|
| 32 |
## Model Details
|