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

有的时候会有这种像是防伪码一样的空隙,怎么办? #4

Open
PredyDaddy opened this issue Sep 6, 2024 · 4 comments

Comments

@PredyDaddy
Copy link

您好,我使用您的代码,但是运行出来的结果不太好,有点像是哪个防伪码,不知道怎么解决
image

@Linaom1214
Copy link
Owner

您好,我使用您的代码,但是运行出来的结果不太好,有点像是哪个防伪码,不知道怎么解决
image

啊,你用的哪个模型?

@PredyDaddy
Copy link
Author

您好,我使用您的代码,但是运行出来的结果不太好,有点像是哪个防伪码,不知道怎么解决
image

啊,你用的哪个模型?

我使用的是FastSAM-x.pt,导出onnx脚本指令

python export.py --weights FastSAM-x.pt --output FastSAM-x.onnx

转engine指令

/usr/src/tensorrt/bin/trtexec \ 
--onnx=FastSAM-x.onnx\
--saveEngine=FastSAM-x.engine \
--explicitBatch \ 
--minShapes=images:1x3x1024x1024 \
--optShapes=images:1x3x1024x1024 \
--maxShapes=images:4x3x1024x1024 \ 
--verbose \ 
--device=0

可以帮我看一下吗?

@Linaom1214
Copy link
Owner

您好,我使用您的代码,但是运行出来的结果不太好,有点像是哪个防伪码,不知道怎么解决
image

啊,你用的哪个模型?

我使用的是FastSAM-x.pt,导出onnx脚本指令

python export.py --weights FastSAM-x.pt --output FastSAM-x.onnx

转engine指令

/usr/src/tensorrt/bin/trtexec \ 
--onnx=FastSAM-x.onnx\
--saveEngine=FastSAM-x.engine \
--explicitBatch \ 
--minShapes=images:1x3x1024x1024 \
--optShapes=images:1x3x1024x1024 \
--maxShapes=images:4x3x1024x1024 \ 
--verbose \ 
--device=0

可以帮我看一下吗?

不可能啊,我啥也没改,是不是模型不对

@PredyDaddy
Copy link
Author

您好,我使用您的代码,但是运行出来的结果不太好,有点像是哪个防伪码,不知道怎么解决
image

啊,你用的哪个模型?

我使用的是FastSAM-x.pt,导出onnx脚本指令

python export.py --weights FastSAM-x.pt --output FastSAM-x.onnx

转engine指令

/usr/src/tensorrt/bin/trtexec \ 
--onnx=FastSAM-x.onnx\
--saveEngine=FastSAM-x.engine \
--explicitBatch \ 
--minShapes=images:1x3x1024x1024 \
--optShapes=images:1x3x1024x1024 \
--maxShapes=images:4x3x1024x1024 \ 
--verbose \ 
--device=0

可以帮我看一下吗?

不可能啊,我啥也没改,是不是模型不对

感谢,我再重新下载模型重新转onnx重新转trt试一下

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

2 participants