-
I encountered some problems when predicting using estimator with following code:
`
import argparse
import os, time
import csv
import numpy as np
try:
import better_exceptions
except Import…
-
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 ... …
-
**when I run this code in the ubuntu16.04 with tensorflow 1.3, I meet the flow error, the dataset I used is mnist.**
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages…
-
@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…