Search found 2 matches

by mchertz
2025-03-24 13:41
Forum: Luckfox Pico-RV1103/RV1106
Topic: 关于RV1106 Pico max上yolov5和Deepsort实现物体跟踪请求
Replies: 19
Views: 12715

Re: 关于RV1106 Pico max上yolov5和Deepsort实现物体跟踪请求

what is the final result? Did you manage to implement target tracking? I continued adapting the code (https://github.com/Zhou-sx/yolov5_Deepsort_rknn.git) for RV1106. I fixed the above problems, and then when compiling I got the error "undefined reference to `rknn_set_core_mask'", that is,...
by mchertz
2025-03-24 7:58
Forum: Luckfox Pico-RV1103/RV1106
Topic: tracking model
Replies: 1
Views: 153

tracking model

is it possible to implement any tracking model on Luckfox Pico Max RV1106? for this it is necessary to deploy the "ultralytics" package on the board? or is it possible to get by with using "rknn"?