X00_123

Results 3 issues of X00_123

cuda10.1版本 paddleocr-2.6.1.0 按照[快速运行的README](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.6/doc/doc_ch/quickstart.md)安装 ``` python3 -m pip install paddlepaddle-gpu -i https://mirror.baidu.com/pypi/simple pip install paddleocr ``` 两行命令后 跑自己的数据 ``` paddleocr --image_dir 角标case/ --rec false --use_gpu true ``` 然后报错 ``` /root/ana3/envs/quyang/lib/python3.7/site-packages/pywt/_utils.py:6: DeprecationWarning:...

Hi,I think you have done a great job and I'm very interested in I read the demo code and find it can only run on your cloud, but i want...

I tried training a multiclass model to classify real and anime faces but failed, mainly due to the index confilcts between face keypoints and face labels , I check the...