Skip to content

Commit

Permalink
Replace image features of the demo image
Browse files Browse the repository at this point in the history
  • Loading branch information
coolzhao committed Jun 14, 2023
1 parent ecf59ac commit ab96172
Show file tree
Hide file tree
Showing 44 changed files with 7 additions and 38 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ __pycache__/sam_ext.cpython-39.pyc
__pycache__/__init__.cpython-39.pyc
__pycache__/torchgeo_sam.cpython-39.pyc
features/**/*.csv
rasters/**/*.aux.xml
.DS_Store
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Geo-SAM

By Joey and Fancy from CryoLab, ESSC, CUHK.
By Joey and Fancy from [CryoLab](https://cryocuhk.github.io/), ESSC, CUHK.

## Introduction

Geo SAM is a tool aims to help people segment, delineate or label landforms with large-size geo-spatial raster images.
Segment Anything Model (SAM) is foundation AI vision model with super power, but the model size is large and using it to process images can take a long time, and a modern GPU is usually needed.
With the pre-generated image features using Vision Transformer image encoder, the interactive segmentation process can be run in real-time on a laptop without dedicated GPU.
Geo SAM is a tool that aims to help people segment, delineate or label landforms with large-size geo-spatial raster images.
[Segment Anything Model](https://segment-anything.com/) (SAM) is a foundation AI model with super power, but the model size is large and using it to process images can take a long time even with a modern GPU.
With the pre-generated image features using the Vision Transformer image encoder, the interactive segmentation process can be run in real-time on a laptop by only using CPU.

## Installation

### Install QGIS

You are recommended to install the latest version of QGIS, since the plugin has only been tested on the versions later than QGIS 3.30, at least ver. 2.28 is recommended.
You are recommended to install the latest version of QGIS, since the plugin has only been tested on the versions later than QGIS 3.30, at least ver. 3.28 is recommended.

## Install Library Dependencies

Expand Down
Loading

0 comments on commit ab96172

Please sign in to comment.