I am naive to python and this is my first attempt so please bear with me if my question seems to be too basic. I would like to use convolutional neural network to perform semantic segmentation to 9 satellite images. I have so far been successful in importing the images one by one and converting them to grayscale.
I would like to do the following process :
convolution- 16 filters, 33 filter size pooling- 22 filter size output- 4 classes testing and validation 80:20
any lead on this could be helpful. kindly guide !