Search found 4 matches

by RogerTheFox
2025-06-28 8:58
Forum: Luckfox Pico-RV1103/RV1106
Topic: Simple OpenCV example
Replies: 1
Views: 18

Simple OpenCV example

Hi, I am looking for a simple example that allows me to capture a still image with the camera on my Luckfox Pico Ultra either using opencv or some other alternative. I am familiar with the examples at https://github.com/LuckfoxTECH/luckfox_pico_rknn_example/tree/kernel-5.10.160 But I am looking for ...
by RogerTheFox
2025-06-10 17:23
Forum: Luckfox Pico-RV1103/RV1106
Topic: Running resnet18 example on the Pico Ultra
Replies: 1
Views: 139

Running resnet18 example on the Pico Ultra

Hi, There is some example code with RKNN/rknn-toolkit2/rknn_toolkit_lite2/examples/resnet18 that looks like it was designed to run on the board. However test.py has the following imports import cv2 import numpy as np import platform from synset_label import labels from rknnlite.api import RKNNLite I...
by RogerTheFox
2024-09-23 17:26
Forum: Luckfox Pico-RV1103/RV1106
Topic: Using the RKNN toolkit for inference with non-image data
Replies: 2
Views: 1075

Re: Using the RKNN toolkit for inference with non-image data

Thank you for your reply. It seems support for non-image data then is limited at the moment.
by RogerTheFox
2024-09-21 12:45
Forum: Luckfox Pico-RV1103/RV1106
Topic: Using the RKNN toolkit for inference with non-image data
Replies: 2
Views: 1075

Using the RKNN toolkit for inference with non-image data

Hi, Is it possible to use the rknn.api toolkit with non image data. I have a preventative maintenance application. It measures various input parameters like: Current, Motor RPM, Vibration, Temperature and then tries to predict failure. I have the following test code I am running on a PC to first eva...