aster
aster copied to clipboard
Recognizing cropped text in natural images.
Is it possible to detect and recognise multiple texts from a scene using aster?
Hello Can the model be converted to tflite and run on mobile environment? Have you tested the performance and inference time in mobile?
Example usage: ./train \ --logtostderr \ --train_dir=path/to/train_dir \ --model_config_path=model_config.pbtxt \ --train_config_path=train_config.pbtxt \ --input_config_path=train_input_config.pbtxt """ 里面的pbtxt文件在哪啊
Does anyone achieve distributed training? multi machine with multi gpus. how to set TF_CONFIG? thanks
have anyone train with tf>=1.4, company server cannot allow switch cuda8,
2019-03-31 16:47:03.634158: W tensorflow/core/framework/op_kernel.cc:1192] Invalid argument: ValueError: attempt to get argmin of an empty sequence [[Node: PyFuncStateless = PyFuncStateless[Tin=[DT_STRING, DT_STRING], Tout=[DT_STRING], token="pyfunc_0", _device="/job:localhost/replica:0/task:0/device:CPU:0"](prefetch_queue_Dequeue:4, strided_slice_5)]] INFO:root:Skipping image
hi,thanks for your great work ,it works well .But when i restore model ,it usually use more than 10mins ,it is normal? or something wrong with code?
aster/protos/rnn_cell.proto:7:3: Expected "required", "optional", or "repeated". aster/protos/rnn_cell.proto:7:24: Missing field number. aster/protos/hyperparams.proto:44:3: Expected "required", "optional", or "repeated". aster/protos/hyperparams.proto:44:27: Missing field number. aster/protos/hyperparams.proto:64:3: Expected "required", "optional", or "repeated". aster/protos/hyperparams.proto:64:27: Missing field number....
model_pb2文件里面没有DetectionModel啊