Hubert

Results 12 comments of Hubert

You need to compile the protos before using the Python scripts. so check "protoc aster/protos/*.proto --python_out=.",if you get: ... "RnnCell" is not defined. aster/protos/bidirectional_rnn.proto:10:12: "Regularizer" is not defined. aster/protos/bidirectional_rnn.proto:12:12: "Hyperparams"...

try: python;import cv2; if there is a same error, reinstall the right version opencv

synthdata-zh这个是单字的生成啊,如果想要训练CRNN,数据集是不是应该是不定长字符词组的啊?那图像对应的label应该是“嗄自噢三诺亚坯”这种对应的汉字,还是把相应汉字映射到一个字典里的index? @CNU105

改标注指的是不定长文字训练嘛@chenjun2hao

你好,我也遇到了这个问题,训练的时候都是10个字的图片,因为考虑到每个batch尺寸第一样,所以训练数据都是280*32的虚拟生成数据,但是预测的时候,不管图片里面有几个字,结果都是10个字左右,请问这个问题怎么解决? @A-bone1 @fendaq @zzhaohao

when i try to train the model with all polygons, like 'segmentation': [[342.0, 787.5, 333.0, 784.5, 322.5, 770.0, 325.5, 741.0, 343.5, 680.0, 354.5, 611.0, 349.5, 575.0, 333.5, 567.0, 332.0, 553.5,...