Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -61,11 +61,6 @@ python src/infer.py \
|
|
| 61 |
--save-image
|
| 62 |
```
|
| 63 |
|
| 64 |
-
> The demo defaults to `--tda cpu`, the Torq runtime's own default allocator.
|
| 65 |
-
> Do not switch it to `dmabuf`: on current firmware the detection model fails
|
| 66 |
-
> there with `INTERNAL; failed to writeXram()`. This selects the allocator
|
| 67 |
-
> backing device buffers only — both stages run on the NPU either way.
|
| 68 |
-
|
| 69 |
Either stage can be switched to ONNX Runtime with `--det-backend ort` /
|
| 70 |
`--rec-backend ort` (plus the matching `--det-onnx` / `--rec-onnx`) to compare
|
| 71 |
NPU output against a CPU reference.
|
|
|
|
| 61 |
--save-image
|
| 62 |
```
|
| 63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
Either stage can be switched to ONNX Runtime with `--det-backend ort` /
|
| 65 |
`--rec-backend ort` (plus the matching `--det-onnx` / `--rec-onnx`) to compare
|
| 66 |
NPU output against a CPU reference.
|