Tensorflow-SegNet
Tensorflow-SegNet copied to clipboard
Implement slightly different caffe-segnet in tensorflow
Thanks to the author's code contribution, when I use the code, I found the following problems: 1. The model obtained after the code is run, only one test picture is...
Hi @tkuanlun350, thank you very much for your code. As many other said, your codes are running perfectly for CamVid dataset. I will extend it by using Cityscapes dataset, so...
I run it use gpu,but i get this issue,how can i sovle it?Thanks very much. InternalError (see above for traceback): NormalizeWithDimensions launch failed [[node norm1 (defined at /home/linux/codes/test/old/Tensorflow-SegNet-master/model.py:177) = LRN[T=DT_FLOAT,...
""" 2018-05-31 09:40:11.021306: W C:\Users\User\Source\Repos\tensorflow\tensorflow\core\framework\op_kernel.cc:1318] OP_REQUIRES failed at whole_file_read_ops.cc:114 : Not found: NewRandomAccessFile failed to Create/Open: /SegNet/CamVid/train/0006R0_f02430.png : ϵͳ�Ҳ���ָ����·���� ; No such process 2018-05-31 09:40:11.021309: W C:\Users\User\Source\Repos\tensorflow\tensorflow\core\framework\op_kernel.cc:1318] OP_REQUIRES failed at...
Traceback (most recent call last): File "/home/svarma/anaconda3/envs/my_env/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1334, in _do_call return fn(*args) File "/home/svarma/anaconda3/envs/my_env/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1319, in _run_fn options, feed_dict, fetch_list, target_list, run_metadata) File "/home/svarma/anaconda3/envs/my_env/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1407, in _call_tf_sessionrun...
python main.py --log_dir=path_to_your_log --image_dir=path_to_CamVid_train.txt --val_dir=path_to_CamVid_val.txt --batch_size=5 This is how we can train, and then I have to put my dir after --log_dir=, right?? Then, where is my log_dir???? Where can...
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape I have this problem on my computer. I make the directory of logs but I don't...
I have python 3.7.1 and tensorflow 2.0.0 I tried running your code but i get this error AttributeError: module 'tensorflow' has no attribute 'placeholder' I tried adding ``` import tensorflow.compat.v1...
Hi, I do not want to train the model from scratch . I just want to use this project to generate segmented images from original images. Can you tell me...
I am trying to freeze the model but I do not know what is the names of output nodes. Thanks.