Sync object-detection from metro-analytics-catalog
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
| **Category** | General Object Detection (80-class COCO) |
|
| 8 |
| **Base Model** | [YOLO26](https://docs.ultralytics.com/models/yolo26/) (Ultralytics) |
|
| 9 |
| **Source Framework** | PyTorch (Ultralytics) |
|
| 10 |
-
| **Supported Precisions** | FP32, FP16,
|
| 11 |
| **Inference Engine** | OpenVINO |
|
| 12 |
| **Hardware** | CPU, GPU, NPU |
|
| 13 |
| **Detected Class(es)** | All 80 COCO classes |
|
|
@@ -45,6 +45,10 @@ python3 -m venv .venv --system-site-packages
|
|
| 45 |
source .venv/bin/activate
|
| 46 |
```
|
| 47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
---
|
| 49 |
|
| 50 |
## Getting Started
|
|
|
|
| 7 |
| **Category** | General Object Detection (80-class COCO) |
|
| 8 |
| **Base Model** | [YOLO26](https://docs.ultralytics.com/models/yolo26/) (Ultralytics) |
|
| 9 |
| **Source Framework** | PyTorch (Ultralytics) |
|
| 10 |
+
| **Supported Precisions** | FP32, FP16, INT8 (mixed-precision) |
|
| 11 |
| **Inference Engine** | OpenVINO |
|
| 12 |
| **Hardware** | CPU, GPU, NPU |
|
| 13 |
| **Detected Class(es)** | All 80 COCO classes |
|
|
|
|
| 45 |
source .venv/bin/activate
|
| 46 |
```
|
| 47 |
|
| 48 |
+
> **Note:** The `--system-site-packages` flag is required so the virtual
|
| 49 |
+
> environment can access the system-installed OpenVINO and DLStreamer Python
|
| 50 |
+
> packages.
|
| 51 |
+
|
| 52 |
---
|
| 53 |
|
| 54 |
## Getting Started
|