gen-cards: regenerate Use-it block
Browse files
README.md
CHANGED
|
@@ -33,7 +33,7 @@ needs no NMS, YOLOX is the classic `score = obj · cls` + **per-class NMS** pipe
|
|
| 33 |
let boxes = try await CoreAI.detect(inImageAt: url, options: .model("yolox-s"))
|
| 34 |
```
|
| 35 |
|
| 36 |
-
|
| 37 |
|
| 38 |
▶️ **Run it (source)** — the [DetectCamera runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/DetectCamera)
|
| 39 |
(real-time object detection on the zero-copy camera path):
|
|
|
|
| 33 |
let boxes = try await CoreAI.detect(inImageAt: url, options: .model("yolox-s"))
|
| 34 |
```
|
| 35 |
|
| 36 |
+
Every op, one shape — [Cookbook](https://github.com/john-rocky/coreai-kit/blob/main/docs/COOKBOOK.md).
|
| 37 |
|
| 38 |
▶️ **Run it (source)** — the [DetectCamera runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/DetectCamera)
|
| 39 |
(real-time object detection on the zero-copy camera path):
|