Custom .emd and Raster Function using Classify Pixels using Deep Learning

256
0
08-03-2020 06:46 AM
MaxfieldGreen
New Contributor

I've written a custom .emd function, `BaseClassifier` and `ImageClassifier` raster function to use a Keras implementation of UNET in ArcPro. I am continually getting cryptic errors and am having trouble debugging the problem as non of the source code for the geoprocessing tools is public. Has anyone successfully used a custom keras model for pixel classification in ArcGIS?

I've attatched my code base to this post. The error message that I'm receiving is: 

TypeError(): Initialize got an unexpected keywork argument 'pythonmodule'.

I'm confused which function and class is called when Classify Pixels Using Deep Learning is called within the application. Thanks for any help!

0 Kudos
0 Replies