-
Here is the beginning of the training log.
/root/anaconda3/envs/psenet/bin/python3.5 /data3/xxx/tensorflow_PSENet/train.py --gpu_list=0,1 --input_size=512 --batch_size_per_gpu=4 --checkpoint_path=.…
-
the model summary is printed and training is stuck after printing epoch 1..
-
does the total_text.py can only deal with curved texts ?
-
python icdar2015_to_tfrecords.py
ImportError: No module named config
config 是什么库,用pip安装config好像不行
-
非常感谢你们的工作,这篇文章解决了我之前实习过程中遇到的几乎所有问题。
ICDAR2015的标注不一致问题,text line 和 word 之间的检测分歧等等。
谢谢,非常感谢。
-
Hi,When I use the code to train TianChi Data,It doesn't work.Many errors happened.So have you trained on TianChi Data?Which code should I modify to train TianChi data.Could you give me some advice ? …
-
![image](https://user-images.githubusercontent.com/16167043/53536541-c83f1080-3b41-11e9-9a81-3401386d7c06.png)
执行python icdar2015_to_tfrecords.py
有这个文件却找不到 是因为数据集大吗
-
Hi TL / MDL,
Can you share your model with us to run eval.py? I can't seem to find an existing model anywhere. I tried another model that I found on another implementation of FOTS, but it wasn't th…
-
作者你好,我在ICDAR2015数据集上尝试训练的时候,训练过程中使用测试集进行测试完保存模型后,程序会中止在那。既不继续训练,也不报错。
我尝试在保存完模型再重新加载模型,还是不能继续训练,也不报错。
我对pytorch不是很熟,不知道什么错误,作者能不能给一下指导。
-