You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
m_context->setBindingDimensions(0, nvinfer1::Dims4(1, 256, 64, 64));
m_context->setBindingDimensions(1, nvinfer1::Dims3(1, 1, 2)); //point_coords: 1x1x2
m_context->setBindingDimensions(2, nvinfer1::Dims2(1, 1)); //point_labels: 1x1
m_context->setBindingDimensions(3, nvinfer1::Dims4(1, 1, 256, 256));
I got the same error, and try to set other input dimensions in decoder. It will fix the error.
init enegien sucess,but forward error: kERROR: 3: [executionContext.cpp::nvinfer1::rt::ShapeMachineContext::resolveSlots::2509] Error Code 3: API Usage Error (Parameter check failed at: executionContext.cpp::nvinfer1::rt::ShapeMachineContext::resolveSlots::2509, condition: allInputDimensionsSpecified(routine)
)
The text was updated successfully, but these errors were encountered: