argman / EAST

A tensorflow implementation of EAST text detector
GNU General Public License v3.0
3.01k stars 1.05k forks source link

您好,我用MSRA-TD500 数据在运行 east模型,报错如下,请问是什么原因?是数据的原因吗? #38

Closed dotsonliu closed 6 years ago

dotsonliu commented 7 years ago

数据格式如下: image

image

image

image

db2010 commented 7 years ago

楼主,您好,我在windows下运行python run_demo_server.py,出现error: image 说是import lnms这儿出错,看了下lanms文件夹下会执行init.py的函数 if subprocess.call(['make', '-C', BASE_DIR]) != 0: # return value raise RuntimeError('Cannot compile lanms: {}'.format(BASE_DIR)) 在这个地方出错,楼主知道怎么解决吗?感谢!

argman commented 7 years ago

@dotsonliu , See readme for training data format.

BYJRK commented 7 years ago

In the script icdar.py, there is a function called load_annoataion(p) (there is a typo), you may modify it to fit your data set :)

dheeru999 commented 6 years ago

in icdar.py, load_annotation(p)

can you please explain ,what we need to modify to fit the data ?