Hello,
I'm currently attempting to follow this model guide here: Use the model—ArcGIS pretrained models | Documentation
The guide uses this model here: Land Cover Classification (Aerial Imagery) - Overview
This is the tif file that I originally started with:
However, since this tif file has 4 bands and was in state plane feet, I projected (Project Raster) the layer so that it was in meters and then extracted bands (Extract Bands) 1,2, and 3. That result is shown here:
This layer was then used as the input for the Classify Pixels Using Deep Learning tool. The parameters were set as the guide had shown them. This is how I set the tool up:
However, my output from that tool returns a raster layer that only has 0 or 255 values and not the distinct land cover classes. Here is what the output layer properties look like:
And this is the output layer visualized by stretch:
Is there some step I am missing? Or maybe there is some sort of mismatch between my input and what the model expects?
Thanks in advance.