30 lines
900 B
Markdown
30 lines
900 B
Markdown
|
|
# AAPGS_model_20260712T020258_0000_6339d04b_1.0.0_rk3588_sdk
|
||
|
|
|
||
|
|
RK3588 AArch64 integration SDK for model `model_20260712T020258_0000_6339d04b` version `1.0.0`.
|
||
|
|
|
||
|
|
- Task: `cls`
|
||
|
|
- Public Runtime ABI: `3`
|
||
|
|
- Public inference entry point: `yolo_runtime_infer_image()`
|
||
|
|
- Target: RK3588 Linux AArch64
|
||
|
|
|
||
|
|
The package contains the RKNN model, its YAML contract, the public C headers,
|
||
|
|
task-specific runtime libraries, buildable C/C++ examples, installation notes,
|
||
|
|
and SHA256 manifests. It intentionally does not contain Studio, WSL conversion
|
||
|
|
tools, `rk3588_yolo_runner`, legacy demos, credentials, ONNX files, or datasets.
|
||
|
|
|
||
|
|
## Run on RK3588
|
||
|
|
|
||
|
|
```bash
|
||
|
|
bash examples/c/run.sh
|
||
|
|
bash examples/cpp/run.sh
|
||
|
|
```
|
||
|
|
|
||
|
|
The prebuilt examples are AArch64 ELF binaries. To rebuild them natively:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
bash examples/c/build.sh
|
||
|
|
bash examples/cpp/build.sh
|
||
|
|
```
|
||
|
|
|
||
|
|
See `docs/INSTALL.md`, `docs/C_API.md`, and `docs/DEB_INTEGRATION.md`.
|