ArunJ1
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.  Can someone pls help to resolve this error?? I am new...
 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...