yu20103983 / FOTS

FOTS tensorflow implementation, Include train and test, EAST+Rotate+CRNN. FOTS: Fast Oriented Text Spotting with a Unified Network
89 stars 35 forks source link

NotFoundError: dataFolder/FOST_textOnPlate #14

Open AndosonLiu opened 5 years ago

AndosonLiu commented 5 years ago

你好: 我已经在FOTS/dataset/dataReader.py中配置了ICDAR2015 4.4_end_to_end的训练数据: error_nosuchdir 但是运行python multigpu_train.py 0训练,还是会报错: Traceback (most recent call last): File "multigpu_train.py", line 221, in <module> tf.app.run() File "/home/gust01/.conda/envs/tensorflow_py2/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 125, in run _sys.exit(main(argv)) File "multigpu_train.py", line 93, in main tf.gfile.MkDir(FLAGS.checkpoint_path) File "/home/gust01/.conda/envs/tensorflow_py2/lib/python2.7/site-packages/tensorflow/python/lib/io/file_io.py", line 409, in create_dir create_dir_v2(dirname) File "/home/gust01/.conda/envs/tensorflow_py2/lib/python2.7/site-packages/tensorflow/python/lib/io/file_io.py", line 427, in create_dir_v2 pywrap_tensorflow.CreateDir(compat.as_bytes(path), status) File "/home/gust01/.conda/envs/tensorflow_py2/lib/python2.7/site-packages/tensorflow/python/framework/errors_impl.py", line 528, in __exit__ c_api.TF_GetCode(self.status.status)) tensorflow.python.framework.errors_impl.NotFoundError: dataFolder/FOST_textOnPlate; No such file or directory 请问这个dataFolder/FOST_textOnPlate目录是在哪里配置的呢,该怎么解决呢? 谢谢你的查看!

AndosonLiu commented 5 years ago

上述问题已经解决:在工程的根目录下手动创建一个名为'dataFolder'的文件夹