You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我在使用PPYOLOv3在转换成onnx模型正常,从onnx模型转成rknn时报错,报错信息如下:
E Loading dynamic inputs model is not support, please fix it first
E Catch exception when loading onnx model: ./new_yolov3.onnx!
请问您在使用YOLOv5进行转换时有遇到这个问题吗?
温馨提示:根据社区不完全统计,按照模板提问,可以加快回复和解决问题的速度
环境
【FastDeploy版本】: 板端编译 fastdeploy-linux-aarch64-rk3588-0.0.0
【编译命令】cmake .. -DENABLE_ORT_BACKEND=OFF
-DENABLE_RKNPU2_BACKEND=ON
-DENABLE_VISION=ON
-DRKNN2_TARGET_SOC=RK3588
-DCMAKE_INSTALL_PREFIX=${PWD}/fastdeploy_sdk
-DOPENCV_DIRECTORY=/usr/lib/aarch64-linux-gnu/cmake/opencv4
【系统平台】: Linux aarch64(Ubuntu 20.04)
【硬件】: rk3588-rknpu2
【编译语言】: C++
问题日志及出现问题的操作流程
The text was updated successfully, but these errors were encountered: