Skip to content

dynamic_axes onnx export #212

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

Open
IlkayW opened this issue May 16, 2025 · 1 comment
Open

dynamic_axes onnx export #212

IlkayW opened this issue May 16, 2025 · 1 comment

Comments

@IlkayW
Copy link

IlkayW commented May 16, 2025

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

@zhouzq-thu
Copy link

I converted the model to ONNX with dynamic batch size and image size, see https://github.com/zhouzq-thu/DETR-ONNX.

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