Keras-SegNet-Basic
Keras-SegNet-Basic copied to clipboard
SegNet-Basic with Keras
i use the code and train on dataset from https://github.com/yhlleo/DeepCrack. The images changed to binary images. For the code I just changed the path and the label from 12 to...
**I have my Keras version as 2.1.2...** When i tried to run this program i got the below error: Using TensorFlow backend. model-basic.py:31: UserWarning: Update your `Conv2D` call to the...
When I try to test the model on my own dataset, I got the results like the picture. Do you have any ideas why? Thanks.  
How do I train it on my own dataset? Is there any tool to prepare groundtruth for training in my own dataset?