amlnn-model-playground/examples/yoloe
2026-02-25 15:46:48 +08:00
..
cpp feat: Add Yocto build support for 32-bit and 64-bit architectures to examples, including new build scripts, CMake logic, and documentation. 2026-02-25 15:46:48 +08:00
model Upload first version 2026-01-06 10:29:54 +08:00
py Upload first version 2026-01-06 10:29:54 +08:00
README.md feat: Introduce clean-android-all.sh and refine Android build documentation and scripts for AMLNN SDK dependency. 2026-02-24 20:10:11 +08:00

YOLOE

4. Demo Run

CPP

1. Compile

Prerequisites:

  • Android NDK r25c
  • ANDROID_NDK_PATH environment variable set

Build:

# Build for arm64-v8a
cd examples/yoloe/cpp
AMLNN_HOME=/path/to/amlnn-toolkit ./build-android.sh -a arm64-v8a

The executable will be generated in build/android/.