aster.pytorch icon indicating copy to clipboard operation
aster.pytorch copied to clipboard

ASTER in Pytorch

Results 33 aster.pytorch issues
Sort by recently updated
recently updated
newest added

作者您好,请问该模型可以生成 onnx文件吗? 我试了好种方式都失败了。

Where trained model is saved After training? No checkpoint found at 'logs/se_aster/model_best.pth.tar'

首先,是生成mdb文件。 因为readlines() 读不出来中文。 可以考虑用utf-8编码读入,但是编码后又该怎么办呢? 我怕格式对不上,中英文编码占得字节数不一样。比如,0:0,1:1,...9:9,10:a,11:b,这种对应关系,我不知道怎么让utf-8编码与类别对应。 其次,是字典。我在其他讨论中看到有说替换list ,生成自动中文字典的。没搞懂啥意思,我只知道voc_type对应值决定了大写小写数字之类的。 5555555555555 然后,是预训练模型,提供的是英文的,我是不是需要从头开始训练中文的模型呢? 因为模型是矫正识别一体的,不能只训练矫正模型嘛。 还有我之前用您提供的CVPR2016的mdb文件训练时,训练到一半停止了(好像是内存不够)? 我是两块2080ti。需要换更大的吗? 希望大佬能帮帮我,这个项目的效果挺棒的,只是现在需要在中文环境使用,束手无策了 = =。

请问 训练集 CVPR2016和NIPS2014 是什么数据集?还是说CVPR2016和NIPS2014分别包含了哪些数据集?因为里面打开是已经构造好的数据格式,我无法观察到具体的内容

I noticed that STN needs training. My objective is to use STN as an individual module, so what shall I do ?

According to the original paper, the recognition time for each image is 20ms. I modified demo.py, let it recognize all the images on the ICDAR2003 test set, and computed the...

> error: > batch_size, l, d = x.size() > ValueError: too many values to unpack (expected 3) > > x is the input image. > > when I tried to...

请问有没有中文的模型供我测试一下效果呀 ? 识别算法用的是哪个网络结构? 另外训练的话大概要多久?

I have trained aster on Price tags data. And got an Test (lmdb data ) accuracy of 60 percent. But when i am testing the saved checkpoint on single image....