FOTS_TF icon indicating copy to clipboard operation
FOTS_TF copied to clipboard

This an implementation of FOTS with tensorflow

Results 46 FOTS_TF issues
Sort by recently updated
recently updated
newest added

I encountered this error when testing the model :''[Invalid argument: assertion failed: [width must be >= target + offset.]]'' Does anyone know why?

InvalidArgumentError (see above for traceback): assertion failed: [width must be >= target + offset.] This error caused by RoI_rotate.py line 112 roi = tf.image.crop_to_bounding_box(_affine_feature_map, 0, 0, 8, width_box) _affine_feature_map's width...

我的任务主要是中文的,套用这个方法如何实现呢?

Find 1 images 6055 text boxes before nms test/screenshot.png : detect 3372ms, restore 5ms, nms 147ms, recog 4796ms [timing] 8.196640491485596 ![screenshot](https://user-images.githubusercontent.com/12730220/82856458-94b78580-9f40-11ea-93e1-e3898746c306.png)

我在训练时控制台输出了poly in wrong direction的提示

请问怎么单独测试识别分支呀?没有检测标签数据,现在不知道怎么判断模型效果是否好

我在使用ICDAR2019广告牌数据训练的时候detect的loss收敛到0.015,recognize的loss收敛到20z左右就不再下降了,也尝试过调整学习率,没有什么效果,我自己在config的char里加了很多简繁体汉字,loss很高是因为中文数据集的原因吗?recognize的loss是不是太高了?我自己写的对gt数据处理的输出结果是这样的: ![image](https://user-images.githubusercontent.com/30383154/66796277-c2176c00-ef39-11e9-88f1-6018bc62c447.png) ![recloss](https://user-images.githubusercontent.com/30383154/66796369-03a81700-ef3a-11e9-93b3-3ece04f60b22.png)

您好 我想用预训练识别分支,使用360万中文数据集(Synthetic Chinese String Dataset),使用发现这个数据集是没有文字位置标签,仅文字内容标签,也并非常见的SynthText数据集标注方式,请问我该怎么改善代码,以方便读入数据训练?谢谢

I have trained a model on synth text dataset, the detection is okay, but recognition is very bad. https://drive.google.com/open?id=1SZaPveIjdhpkQgv6UL75VRi2c_kZIIhr

Hi @Pay20Y I was training model with 200000 data like this: Img: ![#041220200232266414678](https://user-images.githubusercontent.com/58130773/102877314-2062a780-4479-11eb-8458-0af7a512a5f2.png) label: 2,3,48,3,48,24,3,25,quyền 51,5,81,4,81,22,51,23,hạn 84,5,110,4,111,19,84,20,của Loss: ![Screenshot from 2020-12-22 17-11-38](https://user-images.githubusercontent.com/58130773/102877465-60298f00-4479-11eb-9f53-4592d30d6247.png) but while i test, results like: img: ![#041220200232266414678](https://user-images.githubusercontent.com/58130773/102877901-070e2b00-447a-11eb-839d-efe97caeefc7.png)...