ZJULearning / pixel_link

Implementation of our paper 'PixelLink: Detecting Scene Text via Instance Segmentation' in AAAI2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

./scripts/train.sh: 权限不够是怎么回事啊求帮助

jun214384468 opened this issue · comments

./scripts/train.sh: 行 25: /home/yan/disk/All_python_Text/pixel_link-master/dataset/ICDAR2015/Challenge4/train_icdar2015/icdar2015_train.tfrecord: 权限不够

This is possibly because your tf.record has root owner ship.
Try:
sudo chown $USER:$USER /home/yan/disk/All_python_Text/pixel_link-master/dataset/ICDAR2015/Challenge4/train_icdar2015/icdar2015_train.tfrecord