predict_system.py --det_algorithm EAST
Created by: gekie
Traceback (most recent call last): File "/projects/python/PaddleOCR/tools/infer/predict_system.py", line 115, in dt_boxes, rec_res = text_sys(img) File "/projects/python/PaddleOCR/tools/infer/predict_system.py", line 67, in call dt_boxes, elapse = self.text_detector(img) File "/projects/python/PaddleOCR/tools/infer/predict_det.py", line 143, in call outs_dict['f_geo'] = outputs[1] IndexError: list index out of range