rec动态shape问题 #15055
Unanswered
BytePioneer-AI
asked this question in
Q&A
rec动态shape问题
#15055
Replies: 1 comment
-
关于“rec动态shape问题”,你提到 rec 模型的输入 shape 是(-1, 3, 48, -1),其中高(height)固定为48,而宽(width)是动态的(-1),具体原因与 PaddleOCR 的模型设计和文本识别任务的特点有关。 为什么高是固定的,宽是动态的?
为什么不能直接将高和宽都设置为动态?
如果想让宽高都支持动态,应注意:
相关社区讨论
总结
如需具体操作指导,可以补充你的部署环境和具体框架,以便给出更有针对性的建议。 Response generated by 🤖 feifei-bot | gpt-4.1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
请问rec模型为什么是(-1,3-48,-1),为啥高固定而宽是动态的呢?
如何将宽高都设置为动态
Beta Was this translation helpful? Give feedback.
All reactions