zhang0jhon / AttentionOCR

Scene text recognition
834 stars 259 forks source link

difference between `predict` and `adaptive_predict` in text_detection.py #60

Open Horace89 opened 4 years ago

Horace89 commented 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?