We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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,
is the dymaic_axes option for onnx export supported? I always get fixed input shape of [1,3,560,560], when I do this:
`` import rtfdetr
model=rfdetr.RFDETRBase() model.export(dynamic_axes=True) ``
Greetings, Ilkay
The text was updated successfully, but these errors were encountered:
I converted the model to ONNX with dynamic batch size and image size, see https://github.com/zhouzq-thu/DETR-ONNX.
Sorry, something went wrong.
No branches or pull requests
Hi,
is the dymaic_axes option for onnx export supported?
I always get fixed input shape of [1,3,560,560], when I do this:
``
import rtfdetr
model=rfdetr.RFDETRBase()
model.export(dynamic_axes=True)
``
Greetings,
Ilkay
The text was updated successfully, but these errors were encountered: