-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fastdeploy' has no attribute 'RuntimeOption #1562
Labels
Comments
@LEIJUNMIUI 贴一下FastDeploy安装过程,和完成代码 |
您python是自己编译的吗? |
解决了吗 |
应该是安装的fastdeploy不对,应该安装fastdeploy-python-gpu |
解决了吗?cpu版本没问题,切换gpu版本就报错 |
RKNPU不支持GPU版本,看一下编译文档哈,重新编译哈 |
这个问题解决了吗?我也遇到同样的问题了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
rk3568
Problem description
Please attach the log file if there's problem happend.
runtime_option = build_tinypose_option(args)
File "examples/vision/keypointdetection/tiny_pose/rknpu2/python/pptinypose_infer.py", line 21, in build_tinypose_option
option = fd.RuntimeOption()
AttributeError: module 'fastdeploy' has no attribute 'RuntimeOption'
The text was updated successfully, but these errors were encountered: