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

Onnx Converted model #13

Open
MyraBaba opened this issue Nov 27, 2023 · 2 comments
Open

Onnx Converted model #13

MyraBaba opened this issue Nov 27, 2023 · 2 comments

Comments

@MyraBaba
Copy link

Hi,

I try to conver to onnx but not succesfull ? the bacbone model only results 512 but it should more

Best

@MyraBaba
Copy link
Author

@wjtan99 @liurs1990

How we can convert correctly and use models in onnx ?

@dazuo-code
Copy link

转换onnx时候没有考虑到:
feature = self.feature_layer(x)
if fc:
return feature, x
return feature
将return feature 改成return x就可以正确输出

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