Hello, I'm working on deep learning land use and land cover classification with Sentinel 1 and Sentinel 2 data.
I used the composite bands to stack my data, and I used the standard deep learning workflow.
I'm doing a binary classification right now ( Forest - a class value of 0, Non-forest - a class value of 1).
When I used my deep learning model to classify the pixels, the result was a black image.
Anyone have any suggestions for how I could solve this? I will surely appreciate.