OrigamiNet
OrigamiNet copied to clipboard
Public implementation of our CVPR Paper "OrigamiNet: Weakly-Supervised, Segmentation-Free, One-Step, Full Page TextRecognition by learning to unfold"
Bumps [opencv-python-headless](https://github.com/skvark/opencv-python) from 4.1.2.30 to 4.2.0.32. Release notes Sourced from opencv-python-headless's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...
Hello,When I use DP or DDP distribute mode, i met this error. Below is a detailed error log. Traceback (most recent call last): File "train.py", line 353, in train(opt) File...
Hi, when tried this over Colab, I'm encountering the following error with a batch size of 2 > RuntimeError: CUDA out of memory. Tried to allocate 20.00 MiB (GPU 0;...
I install all the dependencies with ' pip install -r requirements.txt', written in README.md. But when I try to run the training script 'python train.py --gin iam/iam.gin', an import error...
Thanks so much for the paper and repo. I was wondering if you could explain the batch replay that appears in the training loop. Thanks!
I used the config in iam.gin, but can only get 6.5% CER, instead of the 4.85% CER.
I've been inspecting the code and was wondering, what is the purpose of inputting text into the model? In the OrigamiNet class in cnv_model.py, the [forward method](https://github.com/IntuitionMachines/OrigamiNet/blob/master/cnv_model.py#L153) seems to accept...
This will help to save time and electric energy on checking the model. P.S.: Sorry if this is an inappropriate question.
Hi, I followed all installation as suggested by the repository readme file. It gave me following error when I tried to run it :+1: File "train.py", line 12, in check_extension('horovod.torch',...