Error in NvDsInferContextImpl::parseBoundingBox()

Is there anyway to create a ‘post process parser’ in python rather than a c++ lib?

The post-process parser is part of the nvinfer plugin and nvinfer plugin is implemented with C/C++. The post-process parser is a callback, we can not evoke python callback inside c/c++.