使用tensorflow页面进行图像识别:
https://www.tensorflow.org/tutorials/image_recognition
这是文件:
https://github.com/tensorflow/models/blob/master/tutorials/image/imagenet/classify_image.py
我添加了一个文件夹位置:
parser.add_argument(
'--image_file',
type=str,
default='C:/',
help='Absolute path to image file.'
)
我收到此错误:
tensorflow.python.framework.errors_impl.UnknownError: NewRandomAccessFile failed to Create/Open: C:/ : Access is denied. ; Input/output error
如何解决此错误?