-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
YOLOv9-e-convert(gelan) serialize error #1588
Comments
@WuxinrongY Please help here. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
can you report your yolov9-e1-converted.wts and the structure of yolov9-e1-converted.pt? |
When I use the official original weights for conversion, this is what happens. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Env
command: ./yolov9 -s ../yolov9-e1-converted.wts yolov9-e1-converted.engine ge
output:
1 ../yolov9-e1-converted.wts ge yolov9-e1-converted.engine
[10/17/2024-10:44:05] [W] [TRT] The implicit batch dimension mode has been deprecated. Please create the network with NetworkDefinitionCreationFlag::kEXPLICIT_BATCH flag whenever possible.
Loading weights: ../yolov9-e1-converted.wts
Building engine, please wait for a while...
Segmentation fault (core dumped)
But I can generate normally using the model without reparameterization.
./yolov9 -s ../yolov9-e1.wts yolov9-e1.engine e
The text was updated successfully, but these errors were encountered: