Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -91,6 +91,16 @@ device. This script does the following:
|
|
| 91 |
python -m qai_hub_models.models.yolov8_seg.export
|
| 92 |
```
|
| 93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
## How does this work?
|
| 95 |
|
| 96 |
This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/YOLOv8-Segmentation/export.py)
|
|
|
|
| 91 |
python -m qai_hub_models.models.yolov8_seg.export
|
| 92 |
```
|
| 93 |
|
| 94 |
+
```
|
| 95 |
+
Profile Job summary of YOLOv8-Segmentation
|
| 96 |
+
--------------------------------------------------
|
| 97 |
+
Device: QCS8550 (Proxy) (12)
|
| 98 |
+
Estimated Inference Time: 7.22 ms
|
| 99 |
+
Estimated Peak Memory Range: 4.37-17.45 MB
|
| 100 |
+
Compute Units: NPU (337) | Total (337)
|
| 101 |
+
|
| 102 |
+
|
| 103 |
+
```
|
| 104 |
## How does this work?
|
| 105 |
|
| 106 |
This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/YOLOv8-Segmentation/export.py)
|