FastDeploy icon indicating copy to clipboard operation
FastDeploy copied to clipboard

RKNPU2目前已知存在问题合集

Open Zheng-Bicheng opened this issue 2 years ago • 3 comments

11-19:

  • ~~picodet example 转ONNX代码时,由于Paddle2ONNX版本不同,可能导致转换出的模型不同~~
  • ~~picodet example 转换RKNN模型文档不清晰,用户无法直观知道是哪两个输出节点~~
  • ~~picodet python 无法使用~~
  • ~~RKNPU系列c++ example cmake文件默认都是链接RK3588的库~~

Zheng-Bicheng avatar Nov 15 '22 08:11 Zheng-Bicheng

rk3588 没有添加分类后端支持吗,最新的develop分支

Lebhoryi avatar Dec 06 '22 03:12 Lebhoryi

rk3588 没有添加分类后端支持吗,最新的develop分支

分类暂时有点问题,您需要哪个模型,我这边和RK的小伙伴对一下

Zheng-Bicheng avatar Dec 06 '22 06:12 Zheng-Bicheng

FastDeploy/examples/vision/segmentation/paddleseg/rknpu2 在 RK3588 平台进行推理时会报错没有该属性

Traceback (most recent call last):
  File "infer.py", line 52, in <module>
    model.disable_normalize_and_permute()
AttributeError: 'PaddleSegModel' object has no attribute 'disable_normalize_and_permute'

Eric0039 avatar Dec 07 '22 07:12 Eric0039