tf_ctpn icon indicating copy to clipboard operation
tf_ctpn copied to clipboard

Tensorflow CTPN

Results 9 tf_ctpn issues
Sort by recently updated
recently updated
newest added

运行demo时结果为img dir not exists.且训练结束后运行python3 tools/icdar.py --img_dir=path/to/ICDAR13/Challenge2_Test_Task12_Images/ -c=ICDAR13,也显示如此结果,跪求楼主解答!!

Can you share your refined train dataset? thx!

ICDAR13是纯英文数据集,所以想请问作者,为什么要加入中文的数据训练?

Is it possible to compile gpu_nms on Windows? Currently setup.py is written strictly for linux

您好博主,我想请教一下您这个标注训练集是跟目标检测一样用LabelImg这种类似的工具先标成的大的矩形框,在用那个icdar13_split_label.py这个文件把大框分割成一个个小框,在用icdar13_to_voc.py转化为VOC数据格式的吗,这样的话,这个icdar13_split_label.py这个文件的输入标签文件是txt格式还是xml格式的,能请问一下您标注大框用的是哪个标注软件标注的吗,次外,这个我能否标注稍微倾斜一点点的文本框?因为我看ctpn也可以检测稍微倾斜一点的文本,这样的话有些倾斜的训练集的框岂不是也要标成倾斜的,这里一直搞不明白,还望请您赐教

**ICDAR13** - Train step: 80k - lr: 0.00001 | Net | Dataset | Recall | Precision | Hmean | |-------|----------|---------|-------------|------------| | Origin CTPN |ICDAR13 + ?|73.72% | 92.77% | 82.15%|...

作者您好,您mobilenet v2的模型训练成功了吗?我用您的程序和您提供的数据训练mobilenet,好像没有成功收敛。测试结果也比vgg16要差很多,而且mobilenet v2模型的前向速度比vgg16的模型好像也没快多少,不知是哪儿弄错了。

你好,我试图将icdar2013转换成voc格式,但我发现你的icdar13_to_voc.py不能成功转成那样的格式,请问您能提供一下那个代码吗? 谢谢

Thanks for your code and dataset! I have one error when from lib.utils.cython_bbox import bbox_overlaps /usr/bin/python3.5 /home/tangquanghuy/Documents/sourcecode/tf_ctpn-master/tools/trainval_net.py Traceback (most recent call last): File "/home/tangquanghuy/Documents/sourcecode/tf_ctpn-master/tools/trainval_net.py", line 13, in from lib.datasets.factory import...