Select to view content in your preferred language

ARCGIS 3.5 classify pixels usig deep learning not working

193
4
Sunday
Arleng
by
New Contributor

I have installed my deep learning essential properly and downloaded my model but I always get this error when I run it using ClassifyScreenshot (327).png pixels using deep learning.

0 Kudos
4 Replies
DanPatterson
MVP Esteemed Contributor

Do you get the same error if you move the model definition file into a local folder not referencing OneDrive and with no spaces?  Store it in something like c:\temp and simplify the name.

Also, review the processing considerations

Classify pixels—ArcGIS Pro | Documentation

and the 002667 error message suggests that you don't have the correct packages

002667: Cannot load python module.—ArcGIS Pro | Documentation

which are referenced here

Esri/deep-learning-frameworks: Installation support for Deep Learning Frameworks for the ArcGIS Syst...


... sort of retired...
0 Kudos
Robert_LeClair
Esri Esteemed Contributor

Agree with @DanPatterson  - I would have the workflows be located in a folder location other than your user profile.  And the 002667 goes suggest you do not have the correct packages loaded.  You can find all the current and earlier ArcGIS Pro deep learning libraries here - GitHub - Esri/deep-learning-frameworks: Installation support for Deep Learning Frameworks for the Ar...

0 Kudos
Arleng
by
New Contributor

 double checked i do have packages for 3.5 and also tried moving folder locations. same error still.

0 Kudos
DanPatterson
MVP Esteemed Contributor

Tech Support is your best recourse now.

Good luck


... sort of retired...