ArunJ1

Results 5 issues of ArunJ1

**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...

I have completed the training successfully. But when i tried for testing i am getting the following error. ![image](https://user-images.githubusercontent.com/44457578/52247991-34976d00-2912-11e9-866a-8b22d112eb5b.png) Can someone pls help to resolve this error?? I am new...

![image](https://user-images.githubusercontent.com/44457578/52404031-0cfcfc00-2aee-11e9-9a4e-69d667562085.png) I got this error when i try to run the test script in the Tutorial link given below: http://mi.eng.cam.ac.uk/projects/segnet/tutorial.html Please help to resolve it

Dear All, I am trying to implement SegNet to detect Speedhumps in a given image. I have created my custom dataset, by capturing images of Speedhump and labeling them. I...

Hey - it doesn't make sense to train segnet on a single class. In this situation, segnet will simply learn to predict every pixel as this class, and you will...