Esri / mdcs-py

MDCS is an acronym for Mosaic Dataset Configuration Script and is the entry point to a collection of Python classes/libraries that could be consumed by a Python client application to complete a given workflow for creating a mosaic dataset, populating it with data, and setting all required/desired parameters.
Apache License 2.0
64 stars 29 forks source link

[Deep Learning commands] Update solutionsLib.py #126

Closed surabhijain123 closed 1 year ago

surabhijain123 commented 1 year ago

Issue: https://github.com/Esri/mdcs-py/issues/127

  1. Adding Deep Learning Commands in MDCS

    • CPUDL: ClassifyPixelsUsingDeepLearning
    • DOUDL: DetectObjectsUsingDeepLearning
    • COUDL: ClassifyObjectsUsingDeepLearning
    • EFUAIM: Extract Features Using AI Models
  2. Fix in Set Environment in case input is '#'

surabhijain123 commented 1 year ago

@Chamlika Please review this