Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,34 @@ It builds on prior YOLO models with improved backbone/neck architectures, update
|
|
27 |
- Class labels
|
28 |
- Confidence scores
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
## License
|
31 |
- Licensed under [AGPL-3.0](https://github.com/ultralytics/ultralytics?tab=AGPL-3.0-1-ov-file#readme) (same as Ultralytics YOLO).
|
32 |
|
|
|
27 |
- Class labels
|
28 |
- Confidence scores
|
29 |
|
30 |
+
---
|
31 |
+
|
32 |
+
## How to use
|
33 |
+
|
34 |
+
> ⚠️ **Hardware requirement:** the model currently runs **only on Qualcomm NPUs** (e.g., Snapdragon-powered AIPC).
|
35 |
+
> Apple NPU support is planned next.
|
36 |
+
|
37 |
+
### 1) Install Nexa-SDK
|
38 |
+
|
39 |
+
- Download and follow the steps under "Deploy Section" Nexa's model page: [Download Windows arm64 SDK](https://sdk.nexa.ai/model/YOLOv12%E2%80%91N)
|
40 |
+
- (Other platforms coming soon)
|
41 |
+
|
42 |
+
### 2) Get an access token
|
43 |
+
Create a token in the Model Hub, then log in:
|
44 |
+
|
45 |
+
```bash
|
46 |
+
nexa config set license '<access_token>'
|
47 |
+
```
|
48 |
+
|
49 |
+
### 3) Run the model
|
50 |
+
Running:
|
51 |
+
|
52 |
+
```bash
|
53 |
+
nexa infer NexaAI/yolov12-npu
|
54 |
+
```
|
55 |
+
|
56 |
+
---
|
57 |
+
|
58 |
## License
|
59 |
- Licensed under [AGPL-3.0](https://github.com/ultralytics/ultralytics?tab=AGPL-3.0-1-ov-file#readme) (same as Ultralytics YOLO).
|
60 |
|