-
非常感谢badboy的工作,👍赞
记录下自己在使用项目过程中遇见的问题
1、
问题:torch 用不了cuda
原因:pytorch==1.5.0 是用pip安装的,导致torch和cuda可能不匹配,具体匹配规则可见https://blog.csdn.net/kellyroslyn/article/details/109668001
解决:去torch官网下载https://pyt…
-
Hi, I use the weight file you provided, and modify only the 100th line of the crnn_recognizer.py file to def __init__(self, model_path='checkpoints/CRNN.pth'). When I execute ' python demo.py' comman…
-
for a fine tuned model
https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.7/doc/doc_ch/finetune.md#22-%E6%A8%A1%E5%9E%8B%E9%80%89%E6%8B%A9
> 注意:在使用上述预训练模型的时候,需要使用文件夹中的student.pdparams文件作为预训练…
mlfrd updated
7 months ago
-
你好,请问你有测试过使用pytorch预测和使用libtorch预测的准确率吗?我发现将pth模型转成pt模型后,识别的准确率有所下降,也就是识别结果发生了改变?不知道你这边有遇到吗?另外我预测的是中文字符
-
请教大佬 predicts = predicts['res'] in rec_ctc_loss and rec_sar_loss get wrong?
-
用这个convert_params_compute_diff.py脚本跑ch_PP-OCRv4_det_cml的结果精度差别大
save convert torch params to initmodels/ch_PP-OCRv4_det_train/best_accuracy.pth
paddle version: 2.6.1
input shape of paddle is (1, …
-
报错信息:
2024/06/04 03:23:10] torchocr INFO: run with torch 1.11.0 and device cuda:0
[2024/06/04 03:23:10] torchocr INFO: During the training process, after the 0th epoch, an evaluation is run every 10…
-
![image](https://github.com/WenmuZhou/PytorchOCR/assets/20499644/ff39df16-cc3b-4fa2-a401-cd410a28528b)
如上图,我开了gpu,第一次推理很慢,同一个实例第二次推理非常快,什么原理请问?
关掉服务重启也一样。
尝试新的实例都一样,第一次都会很慢,第二次就很快,为什么呢?
-
from model.PaddleOCR2Pytorch.load_svtrnet import load_svtrnet是个空文件夹请问里面的文件在哪里可以找到呢
-
字符识别infer时,出现错误 ,det 和 cls是正常的
RuntimeError: Error(s) in loading state_dict for BaseModel:
Missing key(s) in state_dict: "backbone.blocks.0.mid_se.conv1.weight", "backbone.blocks.0.mid_se.c…