1 Star 0 Fork 0

娄维尧/Tensorflow-SegNet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
example.sh 720 Bytes
一键复制 编辑 原始数据 按行查看 历史
Daniel 提交于 2017-08-03 21:54 . fix registration error
#!/bin/bash
# for training
python main.py --log_dir=/tmp3/first350/TensorFlow/Logs/ --image_dir=/tmp3/first350/SegNet-Tutorial/CamVid/train.txt --val_dir=/tmp3/first350/SegNet-Tutorial/CamVid/val.txt --batch_size=5
# for finetune from saved ckpt
# python main.py --finetune=/tmp3/first350/TensorFlow/Logs/model.ckpt-1000 --log_dir=/tmp3/first350/TensorFlow/Logs/ --image_dir=/tmp3/first350/SegNet-Tutorial/CamVid/train.txt --val_dir=/tmp3/first350/SegNet-Tutorial/CamVid/val.txt --batch_size=5
#for testing
# python main.py --testing=/tmp3/first350/TensorFlow/Logs/model.ckpt-19000 --log_dir=/tmp3/first350/TensorFlow/Logs/ --test_dir=/tmp3/first350/SegNet-Tutorial/CamVid/test.txt --batch_size=5 --save_image=True
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lou_wei_yao/Tensorflow-SegNet.git
git@gitee.com:lou_wei_yao/Tensorflow-SegNet.git
lou_wei_yao
Tensorflow-SegNet
Tensorflow-SegNet
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385