general_ocr icon indicating copy to clipboard operation
general_ocr copied to clipboard

Results 5 general_ocr issues
Sort by recently updated
recently updated
newest added

Dear author, When I run the test command: python general_ocr/utils/ocr.py demo/mrbean.png --print-result --imshow --det TextSnake --recog SEG The output error is like this: ImportError: /home/avlab/general_ocr/general_ocr/_ext.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _Z42SigmoidFocalLossBackwardCUDAKernelLauncherN2at6TensorES0_S0_S0_ff Do you...

Dear author, When I run the test command: python general_ocr/utils/ocr.py demo/mrbean.png --print-result --imshow --det TextSnake --recog SEG The output error is like this: ModuleNotFoundError: No module named 'general_ocr._ext', although I...

### Setup: ### Log ERROR: ```log Traceback (most recent call last): File "general_ocr/utils/ocr.py", line 7, in import general_ocr File "/usr/local/lib/python3.7/dist-packages/general_ocr-0.0.1-py3.7.egg/general_ocr/__init__.py", line 10, in from .apis import * File "/usr/local/lib/python3.7/dist-packages/general_ocr-0.0.1-py3.7.egg/general_ocr/apis/__init__.py", line...

# Welcome update to OpenMMLab 2.0 I am Vansin, the technical operator of OpenMMLab. In September of last year, we announced the release of OpenMMLab 2.0 at the World Artificial...

dear author, I'm facing a TypeError: object of type 'Polygon' has no len() when i tempt to train FCENet on CTW1500 could you please help me with this