Need some hints, thanks a lot!
Posted: 2025-01-14 12:34
Hi everyone, I'm a beginner of the luckfox board, need some advice to proceed my project.
Board : luckfox pico mini b (Ubuntu 22.04)
task : training a yolov5 model (dog and cat detection) with my PC and run it on the board (input a "input.mp4" ,output a "output.mp4")
so far I've succeed transfromed my model.pt to model.onnx to model.rknn by using a virtual machine on my PC
Now I want to apply this model.rknn to my board and use it, but I'm not sure what to do to activate the rknn.api or rknn.h on my board (by using python or main.c)
Is rknn-toolkit2 my next step? using rknpu2 inside the toolkit? and I've copy the rknn_server to my board (/usr/bin/)
Really need some help, thank you
Board : luckfox pico mini b (Ubuntu 22.04)
task : training a yolov5 model (dog and cat detection) with my PC and run it on the board (input a "input.mp4" ,output a "output.mp4")
so far I've succeed transfromed my model.pt to model.onnx to model.rknn by using a virtual machine on my PC
Now I want to apply this model.rknn to my board and use it, but I'm not sure what to do to activate the rknn.api or rknn.h on my board (by using python or main.c)
Is rknn-toolkit2 my next step? using rknpu2 inside the toolkit? and I've copy the rknn_server to my board (/usr/bin/)
Really need some help, thank you