CHECK failed: (index) < (current_size_):

Hi,
I have a custom ssdmobilnetv2 tenserflow model and converted it into uff model. When I use ./trtexec (./trtexec --uff=/opt/nvidia/deepstream/deepstream-5.0/sources/objectDetector_SSD/mobilnetv2_float/sample_ssd_relu6.uff --output=GPU_0/tower_0/Softmax --uffInput=input,3,224,224) to make engine file for this uff model, got an error “[libprotobuf FATAL /externals/protobuf/x86_64/10.0/include/google/protobuf/repeated_field.h:1408] CHECK failed: (index) < (current_size_): terminate called after throwing an instance of ‘google_private::protobuf::FatalException’”

Kindy give me your suggestions. So that I can test it using a sample pipeline in NVINFER plugin

**• Hardware Platform (Jetson / GPU)**T4
• DeepStream Version5.0
• JetPack Version (valid for Jetson only)
• TensorRT Version7.0
**• NVIDIA GPU Driver Version (valid for GPU only)**450.36.06

@george_na

Maybe this thread can help you: RuntimeError: CHECK failed