mlboydaisuke commited on
Commit
932b5a0
·
verified ·
1 Parent(s): e0d8d40

gen-cards: regenerate Use-it block

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- Twenty ops, 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):
 
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):