Search found 9 matches
- 2025-06-17 9:21
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Model recommendations for Object Detection on Luckfox Pico Ultra W RV1106 - YOLO versions
- Replies: 1
- Views: 150
Model recommendations for Object Detection on Luckfox Pico Ultra W RV1106 - YOLO versions
Hello everyone, I am currently working on a project using the Luckfox Pico Ultra W RV1106 board. My goal is to build a real-time smoke and fire detection system. I have been researching the best approach for this and have a few questions regarding model compatibility and performance on this specific...
- 2025-06-08 15:39
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Load Average on Luckfox Pico Ultra W RV1106 with Buildroot
- Replies: 2
- Views: 286
Re: Load Average on Luckfox Pico Ultra W RV1106 with Buildroot
Thank you very much.
- 2025-06-01 19:00
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Load Average on Luckfox Pico Ultra W RV1106 with Buildroot
- Replies: 2
- Views: 286
Load Average on Luckfox Pico Ultra W RV1106 with Buildroot
Hello, I am working with a Luckfox Pico Ultra W board (RV1106) running a Buildroot system. I've noticed a consistently very high load average (e.g., Load average: 10.24 10.10 10.11) when I check using the top command, even when no specific user applications are running (i.e., the system is mostly id...
- 2025-06-01 14:09
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Pico Ultra W RV1106 VENC H.264 Output Format for RKMPI (RK_MPI_VENC_GetStream) and WebRTC Integration
- Replies: 4
- Views: 1051
- 2025-05-28 18:46
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Pico Ultra W RV1106 VENC H.264 Output Format for RKMPI (RK_MPI_VENC_GetStream) and WebRTC Integration
- Replies: 4
- Views: 1051
Re: Pico Ultra W RV1106 VENC H.264 Output Format for RKMPI (RK_MPI_VENC_GetStream) and WebRTC Integration
Thank you for your previous response regarding VENC output. I was able to resolve that using libdatachannel due to its Annex B support. I am now encountering new issues when streaming video via WebRTC using libdatachannel on our Luckfox Pico Ultra W (RV1106) board. While the video stream starts and ...
- 2025-05-27 17:55
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Pico Ultra W RV1106 VENC H.264 Output Format for RKMPI (RK_MPI_VENC_GetStream) and WebRTC Integration
- Replies: 4
- Views: 1051
Pico Ultra W RV1106 VENC H.264 Output Format for RKMPI (RK_MPI_VENC_GetStream) and WebRTC Integration
Dear Luckfox Support Team, I am currently developing an application on the Luckfox Pico Ultra W (RV1106) that involves capturing video, encoding it to H.264 using RKMPI, and then streaming it via WebRTC using the libdatachannel library. I am using the RK_MPI_VENC_GetStream function to retrieve the e...
- 2025-02-24 6:32
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Issues Converting ONNX MOdel to RKNN on Luckfox Pico Ultra W
- Replies: 1
- Views: 598
Issues Converting ONNX MOdel to RKNN on Luckfox Pico Ultra W
Hi everyone, I'm currently working on a project using the Luckfox Pico Ultra W with Buildroot. I'm trying to convert an ONNX model to RKNN using the RKNN-Toolkit2, but I've encountered issues during the conversion process. Model information: The model I'm using is the Yolov5 fire detection model, wh...
- 2025-02-18 15:15
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Error when loading weights file in PyTorch - _pickle.UnpicklingError
- Replies: 2
- Views: 8571
Re: Error when loading weights file in PyTorch - _pickle.UnpicklingError
Thank you very much, I have exported the .onnx file.
- 2025-02-18 3:52
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Error when loading weights file in PyTorch - _pickle.UnpicklingError
- Replies: 2
- Views: 8571
Error when loading weights file in PyTorch - _pickle.UnpicklingError
Hello everyone, I have a luckfox pico ultra w. I'm facing an issue when trying to export the Yolov5 model to ONNX format and encountering an error related to loading the weights file in PyTorch. After running the following command: python export.py --rknpu --weight yolov5s.pt I receive the following...