rknn-toolkit icon indicating copy to clipboard operation
rknn-toolkit copied to clipboard

PaddleOCR的轻量版检测模型mbv3+db转onnx再转rknn,推理输出全是0,改了各种预处理参数都不行,求救

Open zhleternity opened this issue 2 years ago • 1 comments

hi,can you help me to convert the onnx model to rknn model?Thx!!!!!! my onnx model is here: 链接: https://pan.baidu.com/s/1mk7fu3t5BCGOYDLz9kUCLQ 提取码: 8qbm

zhleternity avatar Mar 17 '22 09:03 zhleternity

检查下 Paddle OCR 的输入是否还有 inf, -inf 这类无穷数,是的话需要把这类量化数据改小,可以尝试改到 100/-100,10/-10

zen-xingle avatar Sep 01 '22 02:09 zen-xingle