EAST
EAST copied to clipboard
PyTorch Re-Implementation of EAST: An Efficient and Accurate Scene Text Detector
great work ! :) How to add other language detection ?
``` Error!ting 2304 image The sample res_5350037-2005-0001-0808_scale(0.5) not present in GT eval time is 705.596533536911 ``` I cannot understand this error That file exists in gt.zip file and res file...
``` Traceback (most recent call last): File "train.py", line 66, in train(train_img_path, train_gt_path, pths_path, batch_size, lr, num_workers, epoch_iter, save_interval) File "train.py", line 35, in train for i, (img, gt_score, gt_geo,...
In eval.py,I see a variable which name is submit_ path,but what is that?And what the submit.zip is?
从vgg16开始,重新训练的模型,在ICDAR2015上只有81,和作者的结果大概差一个点,inference用的是训练了600个epoch的模型,是因为使用的模型不对吗。
@SakuraRiven For how many epochs did you train the pretrained model ? And how did you decide which checkpoint to use? based on the average loss per epoch?
这边没有翻墙好像打不开pths文件,请问下载过的小伙伴可以提供一下吗?
我用的MSRA数据集 format{x1,y1,x2,y2,x3,y3,x4,y4,classname},但当我导入数据训练您的代码时,报错如下,indexerror:too many indices for array:array is 1-dimensional,but 2 were indexed, 报错代码在判断裁剪框 flag = is_cross_text([start_w,start_h],length,new_vertices[labels==1,:])