Search found 3 matches

by taiibt
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: 390

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...
by taiibt
2025-02-18 3:52
Forum: Luckfox Pico-RV1103/RV1106
Topic: Error when loading weights file in PyTorch - _pickle.UnpicklingError
Replies: 2
Views: 5587

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...