I'm a little bit maybe very confused about the workflow for pixel-based image sorting with deeplearning.
I tried the following steps:
1 - I generated a 3-band RGB mosaic from Sentinel-2 MSIL2A
2 - I collected the samples
3 - I exported for training
Here the first confusion, I noticed that doing so I could not do pixel-based classification, only objects, so algorithms like U-NET were not available.
I did the same sampling process (using the samples I had collected), performed the image segmentation and finally applied the SVM classifier. So, with the classified raster on the hands (I think this was what I had miss), I tried to export the training data as pixel space but I got the warning message saying that the type only allowed map space, I continued anyway.
After generating the training data, I went to train the model, now U-Net is now available (hurray!). With the trained model I went to test it on the RGB composition of Sentinel-2, I received a warning that it would not be possible to use pixel space but map space would be used and after a few minutes I got an empty (frustrating!) Raster as a result.
I thought it might be the way I generated the classified raster to enter as a training sample (object based - because only then could I use segmentation), so I generated a new classified raster of the pixel-based type, I used the pixel editor to make some corrections in the result, and when trying to export the training samples I received the error message saying that the raster should be thematic, when looking at the properties it appears as generic.
Can anyone help me understand where I'm going wrong in this whole process?