Select to view content in your preferred language

Segment-geospatial python package

435
3
09-24-2024 01:49 AM
Status: Implemented
Labels (1)
RavishBapna1
Emerging Contributor

Please update segment-geospatial package to latest version (0.11.2) in python package manager of ArcGIS Pro.

segment-geospatial (gishub.org)

3 Comments
HannesZiegler
Status changed to: Under Consideration

This is something that will happen in a future release after ArcGIS Pro 3.4.

HannesZiegler
Status changed to: In Product Plan

We're working on this!  This status does not guarantee that the functionality will be in the next release, but development work has begun. Release cycles vary by product so make sure to check the product life cycle information to get an idea of when to expect the next release.  

HannesZiegler
Status changed to: Implemented

Hi, segment-geospatial is part of the deep learning framework, and has been updated to version 0.12.4 with the release of ArcGIS Pro 3.5.

To obtain, create a clone of arcgispro-py3 and install the deep learning framework:

  1. Open the Python Command Prompt (Start>>ArcGIS>>Python Command Prompt
  2. Create a clone with
    conda create clone arcgispro-py3 --prefix %localappdata%\esri\conda\envs\arcgispro-py3-dl --pinned
  3. Activate the new cloned environment with
    activate arcgispro-py3-dl
  4. Install the deep learning framework with
    conda install deep-learning-essentials
  5. Verify the version of segment-geospatial
    conda list segment-geospatial


You can alternative do all this from ArcGIS Pro using the Package Manager.