-
在icdar2015上的训练曲线,rpn loss有点异常
![image](https://user-images.githubusercontent.com/10766822/40097743-6ca61490-590a-11e8-9dbf-9e550ecb80f0.png)
fast rcnn的训练挺好的
![image](https://user-images.githubuserc…
-
![image](https://user-images.githubusercontent.com/27993525/43618829-3944135a-96fd-11e8-9b9f-58af84094210.png)
As the title said, when i train the net with ICDAR2015 dataset, the loss is always 0.
C…
-
I convert my datasets format from voc to icdar2015. And then, i use icdar2015_to_tfrecord.py to convert them to tfrecord file. I use this file to train pixel_link, but loss always 0.000. What's wrong…
-
Hi, dengdan, thank you for your hard work,
i am trying to train seglink model on my own datasets, i meet such situation:
1. I only get one GPU card which is TITAN XP, i have rewrite your train scrip…
-
I am using windows 7, so I followed
https://github.com/argman/EAST/issues/120
to make it run in windows.
But when I run the demo server, a problem occurred "FileNotFoundError: [Errno 2] No such…
-
谢谢分享论文和代码,新人小白想问问关于ICDAR2013和ICDAR2015数据库数据局格式处理的代码是否会发布,谢谢。
-
之前自己跑其他模型,获得一个icdar2015格式的结果,想要用eval_icdar15.py进行测试,但是报错了
![default](https://user-images.githubusercontent.com/15090557/38612626-e73804c8-3db9-11e8-9947-3aeb6c346258.png)
-
Nice work! Did you try to train the model on "ICDAR 2015 Competition on Text Reading in the Wild"(icdar2015-TRW) dataset? Is it good to use this method for long sentences? Would you kindly share the t…
-
Hi, Thank you very much for sharing your code.
Currently I'm trying to reproduce result of ICDAR2015 in your paper but I cannot find prototxt for oriented texts (especifically for ICDAR2015 sets).
I…
-
论文中提到,将ICDAR2015将短边resize到900,ICDAR2013将短边resize到640,这是靠反复实验得到的一个参数吗?或者说有没有什么选择的方法?作者有没有考虑过multi-scale的测试?我换了数据,loss在训练一千次之后,一直到十万次,数值一直是在零点几到二点几之间波动,learning rate已经设置到1*e-5,感觉一直没有收敛,请问作者在之前实验过程中遇到过吗?