|
发表于 2022-4-1 17:20:54
只看该作者
沙发
root@firefly:/userdata/sdk/rk3588/external/rknpu2/examples/rknn_yolov5_demo/build# ./rknn_yolov5_demo ./model/RK3588/yolov5s-640-640.rknn ./car_line.jpg
post process config: box_conf_threshold = 0.50, nms_threshold = 0.60
Read ./car_line.jpg ...
img width = 1920, img height = 1920
Loading mode...
sdk version: 1.2.0 (1867aec5b@2022-01-14T15:16:40) driver version: 0.6.4
model input num: 1, output num: 3
index=0, name=images, n_dims=4, dims=[1, 640, 640, 3], n_elems=1228800, size=4915200, fmt=NHWC, type=FP32, qnt_type=AFFINE, zp=-128, scale=0.003922
index=0, name=output, n_dims=5, dims=[1, 3, 85, 80], n_elems=1632000, size=1632000, fmt=NCHW, type=INT8, qnt_type=AFFINE, zp=77, scale=0.080445
index=1, name=371, n_dims=5, dims=[1, 3, 85, 40], n_elems=408000, size=408000, fmt=NCHW, type=INT8, qnt_type=AFFINE, zp=56, scale=0.080794
index=2, name=390, n_dims=5, dims=[1, 3, 85, 20], n_elems=102000, size=102000, fmt=NCHW, type=INT8, qnt_type=AFFINE, zp=69, scale=0.081305
model is NHWC input fmt
model input height=640, width=640, channel=3
rga_api version 1.6.0_[4] (d041200 build: 2021-12-01 15:26:14 base: )
rk-debug out_fence_fd = 0
once run use 76.768000 ms
loadLabelName ./model/coco_80_labels_list.txt
car @ (1296 462 1482 543) 0.978061
car @ (1089 1485 1197 1554) 0.974313
car @ (1545 1551 1920 1761) 0.968164
car @ (1656 465 1740 522) 0.967032
car @ (1239 1482 1371 1569) 0.962012
car @ (912 1479 1008 1557) 0.944159
car @ (588 90 1089 231) 0.940720
car @ (471 414 642 501) 0.939743
car @ (684 1467 813 1572) 0.929917
loop count = 10 , average run 82.278200 ms
Segmentation fault
|
|