Keras-SegNet-Basic icon indicating copy to clipboard operation
Keras-SegNet-Basic copied to clipboard

SegNet-Basic with Keras

Results 4 Keras-SegNet-Basic issues
Sort by recently updated
recently updated
newest added

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. ![20180720_127](https://user-images.githubusercontent.com/30140436/43249000-7be651be-90f4-11e8-86f6-a58c70674db5.png) ![youtube001519](https://user-images.githubusercontent.com/30140436/43249012-855f5902-90f4-11e8-99d7-ff4925dfeee1.jpg)

How do I train it on my own dataset? Is there any tool to prepare groundtruth for training in my own dataset?