sdflkjssl

Results 4 issues of sdflkjssl

能否提供新的二维码?或者提供数据库文件?

Do you plan to support Jupyter Lab? It's more useful and probably more popular than notebook now. And I guess it might not be a very great challenge to adapt...

enhancement

用的官方默认模型,使用GPU时检测不到文字但CPU可以(无论官方样例图片还是自己图片都是这样)。 - 系统环境/System Environment:Windows 10 - 版本号/Version:PaddlePaddle-GPU:2.5.2 PaddleOCR:2.7.0.2 CPU下(`paddleocr --image_dir .\pages\01.jpg --use_gpu false`)输出: ``` [2024/05/14 08:17:25] ppocr DEBUG: dt_boxes num : 80, elapse : 1.6079998016357422 [2024/05/14 08:18:30] ppocr DEBUG: rec_res...

When I tried to run this: ```python from python import torch.nn as nn class Network(nn.Module): ... ``` Gives me the error: "expected type expression" on `nn.Module` (or other third-party classes...