in inference_pkg/src/intel_inference_eng.cpp [235:241]
void RLInferenceModel::startInference() {
// Reset the image processing algorithm.
if (imgProcess_) {
imgProcess_->reset();
}
doInference_ = true;
}