Don Quijote

Results 5 issues of Don Quijote

我看代码里只有针对GoPro的训练,想问一下可以改成针对DPDD的吗?

I would like to ask about my current task, which involves recognizing blurred shipping labels. The dataset I am using is self-generated using a blur generation algorithm on clear shipping...

Is there code for inference for individually blurred images? Or does the inference need to be for both the blurred image and Groundtruth?

我在进行paddle转成pytorch模型的时候,遇到这个报错信息: Traceback (most recent call last): File "./converter/ch_ppocr_v4_rec_server_converter.py", line 112, in converter = PPOCRv4RecConverter(cfg, paddle_pretrained_model_path) File "./converter/ch_ppocr_v4_rec_server_converter.py", line 12, in __init__ para_state_dict, opti_state_dict = self.read_paddle_weights(paddle_pretrained_model_path) File "/root/autodl-tmp/PaddleOCR2Pytorch-main/pytorchocr/base_ocr_v20.py", line 97, in...

有部署到高通DSP上面运行的教程吗?我看到的好像都是cpu和gpu的使用方法