airockchip / rknn-toolkit2

BSD 3-Clause "New" or "Revised" License
519 stars 62 forks source link

Python 推理,结果正常,但是一直有warning #41

Open HouLingLXH opened 2 months ago

HouLingLXH commented 2 months ago

用Python测试推理yolov5, 结果正常,但是一直有warning,这个应该怎么处理?

W RKNN: [09:44:39.467] Output(output0): size_with_stride larger than model origin size, if need run OutputOperator in NPU, please call rknn_create_memory using size_with_stride. W RKNN: [09:44:39.468] Output(275): size_with_stride larger than model origin size, if need run OutputOperator in NPU, please call rknn_create_memory using size_with_stride. W RKNN: [09:44:39.468] Output(277): size_with_stride larger than model origin size, if need run OutputOperator in NPU, please call rknn_create_memory using size_with_stride.

satisl commented 2 months ago

same error

yuyun2000 commented 1 month ago

警告你怕啥,不要怂

satisl398 commented 1 month ago

最新b12的rknntoolkit已修复此问题(一直警告真的很影响调试,原本的调试信息全给警告刷走了