coolzhao / Geo-SAM

A QGIS plugin tool using Segment Anything Model (SAM) to accelerate segmenting or delineating landforms in geospatial raster images.
MIT License
199 stars 26 forks source link

Suggestion #27

Open 4del-Yousefi opened 6 months ago

4del-Yousefi commented 6 months ago

Hello,

I discovered this repo: https://github.com/pytorch-labs/segment-anything-fast. It claims to significantly boost the speed of SAM. It appears straightforward to integrate it into current geosam project.

coolzhao commented 6 months ago

Hi @4del-Yousefi, thanks for the suggestion. It looks like a great solution but may depend on specific versions of Pytorch and Cuda. I will check the details and do some experiments.