Failed to load GazeNet model in TRT

Hello guys.

I have updates. I tried use another model for this purpose (GitHub - OverEuro/deep-head-pose-lite: A lite-version hopenet for head pose estimation with PyTorch) and convert them from pytorch → onnx → trt. When I added it via nvinfer as sgie to my pipeline, the same error occured. Then I commented line with output-blob-names= and issue was gone. Then I tried the same on previous model (GazeNet) and issue was gone to.

Now I’m trying to get metadata from gazenet and deep-head-pose-lite models and check if I will get models output or not.

BTW, when I ran these models via trtexec, I don’t got any errors too.