PaddleOCR2Pytorch icon indicating copy to clipboard operation
PaddleOCR2Pytorch copied to clipboard

Dependency issue

Open gautamHCSCV opened this issue 1 year ago • 0 comments

Hi I am using the following code to convert the paddle model to pytorch model

!python converter/ch_ppocr_v3_rec_converter.py --src_model_path 'Models/ch_PP-OCRv3_rec_train'

Error: Can not import paddle core while this file exists: /usr/local/lib/python3.10/dist-packages/paddle/fluid/libpaddle.so ImportError: libssl.so.1.1: cannot open shared object file: No such file or directory

Could you please share the required dependencies or a colab notebook demonstrating how to convert paddle OCR model to pytorch version. A lightweight model which supports english language would be very helpful.

gautamHCSCV avatar Aug 25 '23 09:08 gautamHCSCV