rmkemker / EarthMapper

Pipeline for the Semantic Segmentation (i.e., classification) of Remote Sensing Imagery
96 stars 49 forks source link

Updated Dependency packages versions #6

Open Rupesh4604 opened 11 months ago

Rupesh4604 commented 11 months ago

Python 3.5/3.7

Download gdal using the conda command - 'conda install conda-forge gdal ' or 'conda install conda-forge gdal==3.5.2' to run smoothly. also use 'from osgeo import gdal' to import gdal when required.

tensorflow 1.14 - Using Tensorflow 2 causes error during importing the checkpoint - errors related to 'outshape' which are to be removed from the model graph definition to import the checkpoint

gco_python (https://github.com/amueller/gco_python) - is depricated and not able to setup it instead use 'pygco'. pip instal pygco (pygco 0.0.16)

spectral python (http://www.spectralpython.net/) (spectral 0.23.1) pip install spectral

install pydensecrf from https://github.com/lucasb-eyer/pydensecrf (pydensecrf 1.0 )