aster
aster copied to clipboard
Recognizing cropped text in natural images.
由于字典的改变,不能接着以前的模型继续训练,如何使用之前训练好的模型中的部分权重进行训练
代码中可以找到predict()和postprocess()函数的具体实现吗?我不太理解 @abstractmethod def predict(self, preprocessed_inputs, scope=None): pass @abstractmethod def loss(self, predictions_dict, scope=None): pass @abstractmethod def postprocess(self, predictions_dict, scope=None): pass 这几个函数这么定义了之后要怎么用?
demo.py反向预测的时候,是正向还是反向的?
I'm a complete newbie in Tensorflow. I've been able to run the script aster/demo.py but I'd like to refactor it so that the algorithm is initiated in a class constructor....
Hello, where is the correction algorithm for your image?
when I run python train.py --exp_dir experiments/demo --num_clones 2, raise error ‘input_reader_config not of type input_reader_pb2.InputReader’ File "train.py", line 217, in tf.app.run() File "/usr/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 48, in run _sys.exit(main(_sys.argv[:1] +...
Where can I download the training set, it is too big to generate one myself.
Hi. Thank you for your good work. I am trying to implement your model in PyTorch. After I read your paper, I thought that the residual unit of [1x1 3x3]...
http://cloud.eic.hust.edu.cn:8071/UpLoadFiles/Papers/ASTER_PAMI18.pdf