gen-cards: regenerate Use-it block
Browse files
README.md
CHANGED
|
@@ -29,6 +29,15 @@ host post-processing is just a colormap.
|
|
| 29 |
<!-- gen-cards:use-it begin id=depth-anything-3-small (managed by scripts/gen-cards — edit cards.json / QuickStart.swift, not this block) -->
|
| 30 |
## Use it
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
▶️ **Run it (source)** — the [DepthCamera runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/DepthCamera)
|
| 33 |
(live camera depth, one app for every depth model in the catalog):
|
| 34 |
|
|
|
|
| 29 |
<!-- gen-cards:use-it begin id=depth-anything-3-small (managed by scripts/gen-cards — edit cards.json / QuickStart.swift, not this block) -->
|
| 30 |
## Use it
|
| 31 |
|
| 32 |
+
⚡ **One line** — this model is the default behind the kit's task op
|
| 33 |
+
(`import CoreAIOps`; no session, no model plumbing, downloads on first use):
|
| 34 |
+
|
| 35 |
+
```swift
|
| 36 |
+
let map = try await CoreAI.estimateDepth(in: image)
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
Twenty ops, one shape — [Cookbook](https://github.com/john-rocky/coreai-kit/blob/main/docs/COOKBOOK.md).
|
| 40 |
+
|
| 41 |
▶️ **Run it (source)** — the [DepthCamera runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/DepthCamera)
|
| 42 |
(live camera depth, one app for every depth model in the catalog):
|
| 43 |
|