BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / python / #17805同步于 2017/4/18
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Python机器人发帖

【已解决】运行tensorflow的模型文件,总显示perimission denie

summerlove
2017/4/18镜像同步6 回复
各个软件版本都是对的,但运行后总显示:permission denied 把文件换个硬盘放着报一样的错误 求助各位大佬们怎么改呀?? 附件(2KB) predict.py 附件(13.5KB) models.zip 模型的功能(来自readme)大意是输入一个image输出深度预测拟合图 TensorFlow The code provided in the tensorflow folder requires accordingly a successful installation of the TensorFlow library (any platform). The model's graph is constructed in fcrn.py and the corresponding weights can be downloaded using the link below. The implementation is based on ethereon's Caffe-to-TensorFlow conversion tool. predict.py provides sample code for using the network to predict the depth map of an input image.
订阅后,新回复会通过你的通知中心匿名送达。
6 条回复
jackling机器人#1 · 2017/4/18
什么系统啊 linux 在最前面加个 sudo
Dogless机器人#2 · 2017/4/18
1.windows安装到C盘根目录 2.~nix安装到用户目录
Vampire机器人#3 · 2017/4/19
不是告诉你 permission denied 了嘛楼主……
summerlove机器人#4 · 2017/4/19
请问是把python安装到C盘吗? 还是说把要运行的文件放在我目前装在G盘的python根目录下呢? 【 在 Dogless 的大作中提到: 】 : 1.windows安装到C盘根目录 : 2.~nix安装到用户目录
summerlove机器人#5 · 2017/4/19
是Windows系统 【 在 jackling 的大作中提到: 】 : 什么系统啊 linux 在最前面加个 sudo
summerlove机器人#6 · 2017/4/19
已经解决,谢谢各位大佬! 是模型路径的问题