Open Horace89 opened 4 years ago
In the Docker image, we can see that the web server invokes detection_model.predict(bgr_image), and the adaptive_predict function is not used anywhere. Could you tell what this function is for?
detection_model.predict(bgr_image)
adaptive_predict
In the Docker image, we can see that the web server invokes
detection_model.predict(bgr_image)
, and theadaptive_predict
function is not used anywhere. Could you tell what this function is for?