Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

luckfox-eng29/luckfox_pico_rknn_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

NOTE

本工程适用于 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_Pico_rknn_example

File Structure

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

Experimental Platform

Hardware

  • Luckfox-pico plus
  • SC3336 camera
  • Pico-LCD-1.3

Software

  • Ubuntu 22.04 (WSL)
  • Buildroot (based on configuration file BoardConfig-EMMC-Ubuntu-RV1103_Luckfox_Pico_Plus-IPC.mk modifications)
  • OpenCV-Mobile

Note

Before running the demo, please use killall rkipc to close the background program rkipc running on the board at startup to release the camera.

Related Tutorials

RKNN Instance Usage Guide

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages