zezeze 发表于 2022-10-13 14:04:58

yolov5部署自训练模型

firefly@firefly:~/rk/diaohuan/install/rknn_yolov5_demo_linux$ ./rknn_yolov5_demo ./model/RK356X/best.rknn ./model/3.jpg
post process config: box_conf_threshold = 0.25, nms_threshold = 0.45
Read ./model/3.jpg ...
img width = 3000, img height = 4000
Loading mode...
sdk version: 1.3.0 (9b36d4d74@2022-05-04T20:17:01) driver version: 0.4.2
model input num: 1, output num: 3
model is NHWC input fmt
model input height=640, width=640, channel=3
resize with RGA!
librga fail to get driver version! Legacy mode will be enabled.

rga_api version 1.7.0_
242, check error! Unsupported function: Unsupported dst to input resolution more than -851518512, width = 640, height = 640


我使用的自己模型去部署的 用的rknpu2里面的yolo_demo编译完成之后放板端运行的时候报这个错误,这个是什么问题呢

页: [1]
查看完整版本: yolov5部署自训练模型