-
when I run the crnn_main.py, the error "AttributeError: 'module' object has no attribute 'gpu_ctc'" occured.
I have installed PyTorch binding for WarpCTC followint the instruction of https://github…
-
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
THPP_LIBRARY
link…
-
Hi! Do you know which algorithm is now state-of the-art in OCR?
-
run crnn_main.py using --cuda,and then error.
Error content:loss_func = warp_ctc.gpu_ctc if is_cuda else warp_ctc.cpu_ctc
AttributeError:'module' object has no attribute 'gpu…
-
Hi,
My dataset is very imbalanced (for example, the class ‘q’ occurs about 100 times in the dataset, but the class ‘a’ may be more than 10 thousand times). What should I do? How can I use class weigh…
-
Hi,
My dataset is very imbalanced (for example, the class ‘q’ occurs about 100 times in the dataset, but the class ‘a’ may be more than 10 thousand times). What should I do? How can I use class weigh…
-
Hello,
I was googling into current research on OCR and scene detection using a deep neural network, came across CRNN and STN-OCR.
I tried `demo.py` given in this project, which works well on a s…
-
I have looked at the values of variable preds after executing "preds = model(image)" in demo.py. The values are the following:
Variable containing:
(0 ,.,.) =
-106.3455 -115.3943 -114.5584 ... …
-
@bgshih Dear author
As we are trying the reproduce your work, we found that the program is no longer compatible with latest folly, fbthrift, thpp, and fblualib.
Solution in #1 is no longer workabl…
-
![image](https://user-images.githubusercontent.com/28289146/30841340-8308b534-a2ae-11e7-8349-63eb68c7934d.png)
![image](https://user-images.githubusercontent.com/28289146/30841327-7717cab2-a2ae-1…