Esri / raster-deep-learning

ArcGIS built-in python raster functions for deep learning to get you started fast.
Apache License 2.0
190 stars 88 forks source link

Missing *h5 model #29

Closed AnastasiyaTi closed 4 years ago

AnastasiyaTi commented 4 years ago

In the example HouseDamageClassifier emd file has link for the model "ModelFile":".\Damage_Classification_Model_V7.h5". Unfortunately, this particular h5 model is missed in the pack of files. So this example cant be executed

lingtangraster commented 4 years ago

@AnastasiyaTi Thanks to point it out, the link to download is here: https://www.arcgis.com/home/item.html?id=8549fbf2be404e678934d224f9804298

I will add the link to the example page: https://github.com/Esri/raster-deep-learning/tree/master/examples/keras/object_classification

lingtangraster commented 4 years ago

Issue fixed.