OCR_eval.py code Error
Closed this issue · 0 comments
ccxlxy commented
In the evaluation of Regional OCR, the OCR_eval.py code gt_list = extract_region_texts(item['annotation'])
has an error and is missing the annotation
key. Also, OCR_eval.py need add start code of if __name__=="__main__": main()
.
Look forward to your reply!