-
Notifications
You must be signed in to change notification settings - Fork 40
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
模型部署推理优化 #31
Comments
|
@Melody-Zhou |
算子解析问题,提示网络中某些算子没有找到对应的实现,不过比较奇怪的是 yolov8-seg 没有一些奇怪的算子按理不会出现这个问题,你可以拿 |
我是过了在新版本ultralytics能够转出int8精度的trt模型,但我用的是一个单通道的模型 |
考虑到这个,再回顾模型结构,我实在不知道问题出在那里 可能真的是模型不支持单通道吧
|
您好,很高兴拜读您的代码,我有以下问题想要请教您一下
问题1:yolov8seg 您尝试过直接转int8的trt模型吗
我使用nnexec 转trt时直接报错,然而使用export代码转的trt模型又不可使用
问题2:请问您有尝试过将nms 和 seg后续处理直接放在模型内部做吗
trt模型直接 输出 box([x,y,x,y,conf,cls]) seg([nxHxW] or [xy,xy,...xy,xy])
The text was updated successfully, but these errors were encountered: