本工程适用于 Kernel-5.10.110 版本的 luckfox-pico SDK,目前本仓库不再维护迁移到 https://github.com/LuckfoxTECH/luckfox_pico_rknn_example
This project is suitable for the luckfox-pico SDK based on Kernel version 5.10.110. The current repository is no longer maintained. Please migrate to https://github.com/LuckfoxTECH/luckfox_pico_rknn_example
Read this in other languages: English, 中文.
luckfox_rknn
├── doc ----------------------------------------------------Documentation
├── package -----------------------------------------------Related installation packages
├── example ------------------------------------------------Examples
│ ├── luckfox_retinaface_facenet ---------------------Face recognition example
│ └── luckfox_yolov5 ---------------------------------Object detection example
├── scripts ------------------------------------------------Scripts
│ └── luckfox_onnx_to_rknn ---------------------------Model conversion script
├── dts ----------------------------------------------------Device tree files for framebuffer
└── Readme.md----------------------------------------------Instructions
- Luckfox-pico plus
- SC3336 camera
- Pico-LCD-1.3
- Ubuntu 22.04 (WSL)
- Buildroot (based on configuration file BoardConfig-EMMC-Ubuntu-RV1103_Luckfox_Pico_Plus-IPC.mk modifications)
- OpenCV-Mobile
Before running the demo, please use killall rkipc
to close the background program rkipc
running on the board at startup to release the camera.