-
I apologize if this is not the right place to ask a question.
I'm hoping you can provide guidance for adding support for im2text (https://github.com/OpenNMT/Im2Text) to this utility. I have a mode…
-
Getting invalid argument error while giving multiple gpu ids to the argument -gpu_id
i.e when I assign ' -gpu_id 1 2 ' it gives the following error
ERROR: invalid argument: 2
> Use -h for help
-
Hi, I am trying to use im2text on google colab and there is a problem with path to opennmt
```
OpenNMT not found. Please enter the path to OpenNMT:
/content/Im2Text/opennmt
Error: opennmt not…
-
I use example command:
`th src/train.lua -phase train -gpu_id 1 -input_feed -model_dir model -image_dir data/images -data_path data/train.txt -val_data_path data/validate.txt -label_path data/labels.…
-
Mentioned in https://github.com/kba/awesome-ocr/pull/13, cont'd here:
> The [synth 90k text recognition dataset](http://www.robots.ox.ac.uk/%7Evgg/data/text/) is probably a useful addition to the l…
-
Hey folks -
I am unable to get data flowing from RunwayML over OSC to Max. I sent a "/server/connect" message to a "udpsend 127.0.0.1 57100" object in Max, but no data will flow to the "udpreceiv…
-
i tried here table image text extraction using tablebank pretrained model (Table structure recognition).
Results here,
```
python drive/My\ Drive/OpenNMT-py/translate.py -data_type img -model dr…
-
Hey, First of all thank you for providing checkpoint file for im2text.
while I run the final code :- bazel-bin/im2txt/run_inference --checkpoint_path=${CHECKPOINT_PATH} --vocab_file="word_count…
-
While running this command after having recognition model in my local `model.pt`
` python translate.py -model model.pt --src_dir recognition.jpg -output pred.txt`
```
usage: translate.py [-h] […
-
This library looks excellent. It works great when I trained with the GPU. Eventually I'll need to add the model into an app that won't have GPU capability. Is it possible to do forward-pass on a CP…