We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I try to conver to onnx but not succesfull ? the bacbone model only results 512 but it should more
Best
The text was updated successfully, but these errors were encountered:
@wjtan99 @liurs1990
How we can convert correctly and use models in onnx ?
Sorry, something went wrong.
转换onnx时候没有考虑到: feature = self.feature_layer(x) if fc: return feature, x return feature 将return feature 改成return x就可以正确输出
No branches or pull requests
Hi,
I try to conver to onnx but not succesfull ? the bacbone model only results 512 but it should more
Best
The text was updated successfully, but these errors were encountered: