AstonyJ
Results
1
issues of
AstonyJ
1、转换的pp模型链接: https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_rec_train.tar 2、运行脚本: python ./converter/ch_ppocr_v3_rec_converter.py 3、报错: Traceback (most recent call last): File "./converter/ch_ppocr_v3_rec_converter.py", line 60, in load_paddle_weights self.net.state_dict()[k].copy_(torch.Tensor(para_state_dict[ppname])) KeyError: 'Student.backbone.conv1._conv.weight' During handling of the above exception, another exception occurred: Traceback...