Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
Is there any workaround? If I try to add "CPPD" to the previous list, then I obtain the next error:
File "xxx/scene-text-recognition-projects/PaddleOCR/ppocr/data/imaug/init.py", line 78, in create_operators
op = eval(op_name)(**param)
File "", line 1, in
NameError: name 'CPPDLabelEncode' is not defined
LAUNCH INFO 2023-11-29 10:57:54,271 Exit code 1
Hi all,
I'm trying to run the SOTA CPPD model fro Scene Text Recognition, but I'm affraid it is not fully supported yet.
python3 -m paddle.distributed.launch --gpus '0' tools/eval.py -c ./rec_svtr_cppd_base_en_train/rec_svtrnet_cppd_base_en.yml -o Global.pretrained_model=./rec_svtr_cppd_base_en_train/best_model
The problem is that at this point of the code the option
alg="CPPD"
is not supported.Is there any workaround? If I try to add
"CPPD"
to the previous list, then I obtain the next error:Thanks in advance,
Jon