[TensorRT] ERROR: Parameter check failed at: engine.cpp::resolveSlots::1318, condition: allInputDimensionsSpecified(routine)

Hi, tks for your help.

I finally found the solution, it was my bad.
My script didn’t contain the set_binding_shape for context in new inference.

context.set_binding_shape(0, (BATCH, 3, INPUT_H, INPUT_W))
3 Likes