Skip to content
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

I want to convert the yolov8-obb model which trained myself to RKNN,But it donesn't works? #221

Open
Mcaft opened this issue Nov 19, 2024 · 0 comments

Comments

@Mcaft
Copy link

Mcaft commented Nov 19, 2024

When I convert it,It warn me this :
W build: Show op fuse match nodes:
Rule: reduce_reshape_op_around_concat
Subgraph:
Op type: Concat
Op name: /model.22/Cos_output_0_concat
Input:
/model.22/Cos_output_0_rs : [1, 1, 1, 8400]
/model.22/Sin_output_0_rs : [1, 1, 1, 8400]
/model.22/Cos_output_0_rs : [1, 1, 1, 8400]
Output:
/model.22/Cos_output_0_concat-rs : [1, 3, 1, 8400]
Attribute:
axis : 1

W You can add disable_rules=['reduce_reshape_op_around_concat'] in rknn.config() to temporarily disable the error rule!

E build: Traceback (most recent call last):
File "rknn/api/rknn_log.py", line 344, in rknn.api.rknn_log.error_catch_decorator.error_catch_wrapper
File "rknn/api/rknn_base.py", line 1962, in rknn.api.rknn_base.RKNNBase.build
File "rknn/api/graph_optimizer.py", line 2108, in rknn.api.graph_optimizer.GraphOptimizer.fuse_ops
File "rknn/api/ir_graph.py", line 1772, in rknn.api.ir_graph.IRGraph.remove_nodes
File "rknn/api/ir_graph.py", line 1730, in rknn.api.ir_graph.IRGraph.remove_node
KeyError: '/model.22/Cos_output_0_rs'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant