I created a Geo AI DSVM hoping to complete the Pixel-level landcover classification workflow describe in this Microsoft Git repo:
https://github.com/Azure/pixel_level_land_classification
In this notebook:
https://github.com/Azure/pixel_level_land_classification/blob/master/geoaidsvm/02_Train_a_land_classification_model_from_scratch.ipynb
...under the Download Supporting Files section, there's a cell that tries to download some hosted data using AzCopy but fails becuase there's no data at that location. This is the URL from which it is attempting to retrieve data:
https://aiforearthcollateral.blob.core.windows.net/imagesegmentationtutorial
Are these data available elsewhere?
Thanks for your time.