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
我在rk3588上编译安装好了python版本
model = fd.vision.keypointdetection.PPTinyPose(model_file, "", config_file, runtime_option=runtime_option, model_format=fd.ModelFormat.RKNN)
报错 PPTinyPose model only support model format of ModelFormat.Paddle now.
并且示例代码runtime_option.use_rknpu(),在当前版本没有use_rknpu(),只有use_rknpu2()
当前最新版的fastdeploy是否在rk3588上支持tinypose
The text was updated successfully, but these errors were encountered:
我在rk3588上编译安装好了python版本
model = fd.vision.keypointdetection.PPTinyPose(model_file, "", config_file, runtime_option=runtime_option, model_format=fd.ModelFormat.RKNN)
报错 PPTinyPose model only support model format of ModelFormat.Paddle now.
并且示例代码runtime_option.use_rknpu(),在当前版本没有use_rknpu(),只有use_rknpu2()
当前最新版的fastdeploy是否在rk3588上支持tinypose
The text was updated successfully, but these errors were encountered: