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

YOLOv5 parse problem #39

Open
spades10 opened this issue Jul 28, 2021 · 1 comment
Open

YOLOv5 parse problem #39

spades10 opened this issue Jul 28, 2021 · 1 comment

Comments

@spades10
Copy link

The problem is that I can not parse the yolov5 model

the error is

While parsing node number 176 [Resize]:
ERROR: ModelImporter.cpp:124 In function parseGraph:
[5] Assertion failed: ctx->tensors().count(inputName)
[07/28/2021-11:07:41] [E] Parsing File Failed
[07/28/2021-11:07:41] [E] Init Session Failed!
Segmentation fault

My environment

Tensorrt 7.0
cuda 10.2
opencv 3.4

I hope I can get some help, thanks !

@HFBlalalala
Copy link

hello, this question is caused by node number 176 [Resize]. you could check it in your onnx, and find the Corresponding op in your model. the op may be F.interpolate, but i am not sure.

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