-
作者你好,用这个repo中的代码在CTW1500数据集上直接进行训练,参数配置和config/ct下的tt基本相似,复现出的最佳模型指标结果与论文中的结果相差比较大:
论文中:
P: 85.5, R: 79.2, F:82.2
复现结果:
p: 0.8434, r: 0.7795, f: 0.8102
请问可以把total-text ctw1500 msra-td500…
-
totaltext数据集和ctw1500数据集的评测,官方有开源的评测代码,但是DB没有用而用的是icdar2015那一套评测标准,这样进行sota比较我觉得非常不公平,且我用官方的评测代码去测了,要比论文低4个点左右。。。。很尴尬
而且我发现DB评测里面if not Polygon(points).is_valid or not Polygon(points).is_simple,shapel…
-
感谢作者的付出。最近在尝试检测印刷体文本(区别于场景文本检测)
1. 在10w印刷体文本图片上以batch_size=16训练了7000个iters,loss就从0.6降低到了0.1并且后续降低很慢,是否说明数据多样性不够,已经过拟合了?
2. 预训练的模型是先在icdar17上训练,然后到ctw1500上微调,微调过程是否有什么需要注意的/技巧?
问题很多,若能得到作者的解…
-
I crash into this error while executing
python test.py --trained_model=craft_mlt_25k.pth --refiner_model=craft_refiner_CTW1500.pth --test_folder=myfolder --refine
Traceback (most recent call last…
-
Hi everyone.
I'm trying to finetune ABCnet v2 from CTW1500 on my custom dataset. However, I got an error `CUDA of out memory` after training some iterations (over 500 iters). Although I'm setting bat…
-
"Total-Text" in your Onedrive doesnt have below labels...
| |- test_poly.json
| |─ train_poly_pos.json
| └─ train_poly_rotate_pos.json
It has only two folder which is "test_images_rotat…
-
非常感谢您的开源工作,我在尝试利用我的custorm-data训练时候,遇到这个问题。请问这个是我的数据标签的内容出现遗漏吗?能否请教回答,非常感谢您。
``
....省略模型训练输出
[05/24 12:35:40 d2.utils.events]: eta: 0:59:39 iter: 959 total_loss: 5.663 loss_ce: 0.07613 loss_ct…
-
Hello, ABCNet is a meaningful work, can you give the codes about how to use the lexicon to obtain the results of text spotting? Thank you.
-
请问需要进行怎样的处理才能在totaltext上的训练测试呢
-