Assertion failed: !empty() ../builder/intInterval.cpp:20 Aborting

Hi,
I have been trying to convert deeplabv3+( https://github.com/rishizek/tensorflow-deeplab-v3-plus ) to TensorRT engine, but it gives me following error:

[2020-12-21 02:38:02 BUG] Assertion failed: !empty()
…/builder/intInterval.cpp:20
Aborting…
[2020-12-21 02:38:02 ERROR] …/builder/intInterval.cpp (20) - Assertion Error in min: 0 (!empty())
terminate called after throwing an instance of ‘std::runtime_error’
what(): Failed to create object
Aborted (core dumped)

The docker I use is nvcr.io/nvidia/tensorflow:20.10-tf1-py3.

I couldn’t find any messages on the web about the error, and also no code can be found. I will appreciate any thoughts on what happens and how it can be fixed.

Thanks,
Jialin

Hi @69s77880,
Can you please share your onnx model with us?

Thanks!

Hi,
I put the model in Baidu Driver.

s5kw

Thanks!

Hi @69s77880,
Can you pls DM your model?
or share the direct link.

Thanks!

The model file is too big to upload, so I upload to Google Driver now.
https://drive.google.com/file/d/196nodmnv2bmrOHLV99xLF4QVJ3IRsWeS/view?usp=sharing

Thanks!