https://github.com/rockchip-linux/rknpu2/tree/master/examples/rknn_yolov5_demo/model/RK3588
yolov5s-640-640.rknn
Rockchip에서 예제로 준 RNKK 모델 가져다 썼는데, 아래와 같은 메세지가 출력된다.
객체 인식은 잘 되긴 하지만 이런거 뜨니까 찝찝함.
W RKNN: [15:55:03.096] Output(269): size_with_stride larger than model origin size, if need run OutputOperator in NPU, please call rknn_create_memory using size_with_stride.
똑같은 메시지 나온 사람들...
https://github.com/rockchip-linux/rknn-toolkit2/issues/168
https://github.com/rockchip-linux/rknn-toolkit2/issues/184
https://clehaxze.tw/gemlog/2023/07-15-inexhaustive-list-of-models-that-works-on-rk3588.gmi
다른 모델 사용하면 또 메세지 안뜸
근데 내가 이 모델을 어디서 가져왔는지 모르겠네;;
하지만 인식 정확도는 rknpu2 리포에서 가져온 모델보다 떨어진다...