# Acknowledgement This project benefits from the following open-source projects: - [Segment Anything](https://github.com/facebookresearch/segment-anything) -- the foundation SAM model by Meta AI. - [SAM 2](https://github.com/facebookresearch/sam2) -- the SAM 2 model family. - [Ultralytics](https://github.com/ultralytics/ultralytics) -- SAM model loading and inference framework. - [`geosam`](https://github.com/Fanchengyan/geosam) -- the core geospatial SAM library introduced in GeoSAM v2.0 that powers Geo-SAM. - [QGIS](https://www.qgis.org/) -- the open-source GIS platform. - [PyData Sphinx Theme](https://pydata-sphinx-theme.readthedocs.io/) -- documentation theme. Thanks to all the contributors and users for their wonderful work and feedback.