Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arcgis.learn.classify_objects on local raster? #22

Closed
shingike opened this issue Jun 14, 2021 · 1 comment
Closed

arcgis.learn.classify_objects on local raster? #22

shingike opened this issue Jun 14, 2021 · 1 comment

Comments

@shingike
Copy link

Does arcgis.learn.classify_objects work on local raster?

There is prepare_data and FeatureClassifier that work on local folders to generate a model, but once the model is saved, I cannot run arcgis.learn.classify_objects to classify object from the local feature class. Both input raster and input feature need to come from the portal item.

Do I need to run arcpy.ia.ClassifyObjectsUsingDeepLearning to work with the local image and feature class? I am hoping not to use arcpy and use arcgis.learn to do all the export, training and inference, but it seems like there are no alternatives.

@scdub
Copy link
Contributor

scdub commented Jun 17, 2021

@shingike thanks for your question. This repository is primarily focused on the underlying framework build for using and running deep learning workflows. For a question specifically on a method signature for the Python API, could you report this issue to their public repository?. If it doesn't support local rasters, that should be documented.

@cleebp cleebp closed this as completed Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants