MrZilinXiao / Hyper-Table-OCR

A carefully-designed OCR pipeline for universal boarded table recognition and reconstruction.
https://mrxiao.net/hyper-table-ocr.html
165 stars 43 forks source link

Update model version with PaddleOCR #7

Open er778899789 opened 2 years ago

er778899789 commented 2 years ago

I want to update the recognition model (ch_ppocr_mobile_v2.0_infer) in Paddle official github website. The downloaded file look like below. image

When change & rename with model file and params file in new version, I get the following error : image

How can I change new version model in this project?

MrZilinXiao commented 2 years ago

Sorry to tell you that I already shifted my research interest from this area. So it might be tricky for me, but it seems the new weight from Paddle is no longer compatible with old loading fashion. Wish other users could solve your problem.