awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
opengeos avatar

opengeos/segment-geospatial

0
View on GitHub↗
4,018 星标·424 分支·Python·MIT·2 次浏览samgeo.gishub.org↗

Segment Geospatial

Segment Geospatial 是一个 Python 工具包,用于使用 Segment Anything Model (SAM) 隔离遥感影像中的地理特征。它作为一个遥感图像处理器,将地图瓦片转换为地理参考格式,从而从卫星数据中生成分割掩码。

该系统支持通过自动掩码生成或手动提示(如文本描述、边界框和交互式标记)来提取地理对象。它支持时序影像分割,以跟踪或识别不同日期图像序列中的对象,并提供用于在交互式地图上渲染结果的地理空间掩码可视化工具。

该项目涵盖了广泛的空间操作,包括地图瓦片获取、栅格转矢量转换以及用于细化对象边界的特征边缘重建。它还包括一个 REST API,将这些分割和数据处理功能暴露给远程应用程序。

导出功能支持地理参考栅格图像和标准矢量格式,包括 GeoJSON、Shapefile 和 GeoPackage。

Features

  • Geospatial Imagery Segmentation - Isolates specific geographic features in satellite and aerial imagery using the Segment Anything Model to create georeferenced masks.
  • SAM-Based Implementations - Uses the Segment Anything Model (SAM) to generate high-quality binary masks from text, bounding box, or point prompts.
  • Automatic Mask Generators - Produces object masks across an entire image automatically without requiring manual user input or prompts.
  • Raster Export - Saves segmentation masks as spatial imagery files that maintain a coordinate reference system.
  • Geospatial Adaptations - Adapts the Segment Anything Model specifically for isolating geographic features within remote sensing imagery.
  • Prompt-Based Semantic Segmentations - Uses a pre-trained Segment Anything Model to generate semantic masks from bounding boxes or text descriptions.
  • Remote Sensing Machine Learning - Analyzes sequences of satellite imagery over multiple dates to track geographic objects and identify changes over time.
  • Prompt-Based Segmentations - Identifies map objects using text descriptions, bounding boxes, or interactive foreground and background markers.
  • Timeseries Analysis - Analyzes sequences of remote sensing images over multiple dates to track geographic objects across time.
  • Object Tracking - Identifies and tracks specific geographic objects across sequences of remote sensing images over different dates.
  • Map Tile Downloaders - Fetches map imagery from remote tile services and converts the data into GeoTIFF files for local processing.
  • Georeferenced Format Converters - Converts map tiles from remote services into georeferenced formats to enable automated object detection.
  • Georeferenced Raster Transformations - Converts raw map tiles into GeoTIFF formats to maintain coordinate reference systems during the segmentation process.
  • Raster-to-Vector Conversions - Transforms pixel-based segmentation masks into georeferenced vector formats like GeoJSON and Shapefiles.
  • Batch Mask Generation - Generates multiple segmentation masks in a single execution cycle using collections of point coordinates from vector layers.
  • Segmentation APIs - Provides a REST API to expose remote sensing segmentation and geospatial data processing capabilities to remote clients.
  • Geospatial Boundary Refinements - Applies a feature edge reconstruction algorithm to refine the boundaries of segmented geospatial objects.
  • Geospatial Visualizations - Provides an interactive mapping interface to render and verify segmentation masks using geographic coordinates.
  • REST API Interfaces - Provides a server-side REST API to expose geospatial segmentation and data processing functions to remote clients.
  • Geospatial Mask Visualizers - Ships an interactive mapping interface for rendering and verifying the spatial accuracy of extracted segmentation masks.
  • RESTful Services - Exposes geospatial segmentation and data processing functions through a stateless RESTful service layer.
  • Computer Vision and Image Processing - Geospatial data segmentation using foundation models.
  • Geospatial Machine Learning - Adapts foundation models for geospatial segmentation.

Star 历史

opengeos/segment-geospatial 的 Star 历史图表opengeos/segment-geospatial 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

opengeos/segment-geospatial 是做什么的?

Segment Geospatial 是一个 Python 工具包,用于使用 Segment Anything Model (SAM) 隔离遥感影像中的地理特征。它作为一个遥感图像处理器,将地图瓦片转换为地理参考格式,从而从卫星数据中生成分割掩码。

opengeos/segment-geospatial 的主要功能有哪些?

opengeos/segment-geospatial 的主要功能包括:Geospatial Imagery Segmentation, SAM-Based Implementations, Automatic Mask Generators, Raster Export, Geospatial Adaptations, Prompt-Based Semantic Segmentations, Remote Sensing Machine Learning, Prompt-Based Segmentations。

opengeos/segment-geospatial 有哪些开源替代品?

opengeos/segment-geospatial 的开源替代品包括: torchgeo/torchgeo — TorchGeo is a PyTorch library designed for deep learning on geospatial data, providing a framework for building and… chaoningzhang/mobilesam — MobileSAM is a lightweight image segmenter and promptable vision model designed for fast object isolation on… ant-research/magicquill — MagicQuill is a suite of interactive tools for image segmentation, diffusion-based editing, layered composition, and… bowang-lab/medsam — MedSAM is a deep learning framework designed for automating the segmentation of anatomical structures in 2D and 3D… opengeos/leafmap — Leafmap is a Python geospatial visualization library designed for creating interactive maps and performing geospatial… mapbox/robosat — Semantic segmentation on aerial and satellite imagery. Extracts features such as: buildings, parking lots, roads,…

Segment Geospatial 的开源替代方案

相似的开源项目,按与 Segment Geospatial 的功能重合度排序。
  • torchgeo/torchgeotorchgeo 的头像

    torchgeo/torchgeo

    4,077在 GitHub 上查看↗

    TorchGeo is a PyTorch library designed for deep learning on geospatial data, providing a framework for building and training neural networks for tasks such as semantic segmentation, object detection, and change detection. It serves as a comprehensive pipeline for remote sensing, featuring specialized dataset loaders and multispectral image preprocessing tools. The library is distinguished by a dedicated remote sensing model zoo and extensive support for transfer learning, allowing users to integrate pre-trained weights optimized for specific satellite sensors. It also includes support for sel

    Pythoncomputer-visiondatasetsdeep-learning
    在 GitHub 上查看↗4,077
  • chaoningzhang/mobilesamChaoningZhang 的头像

    ChaoningZhang/MobileSAM

    5,795在 GitHub 上查看↗

    MobileSAM is a lightweight image segmenter and promptable vision model designed for fast object isolation on resource-constrained hardware. It functions as an automatic image masking tool capable of detecting and isolating distinct objects across an entire image without manual input. The system enables prompt-based object masking using coordinate points or bounding boxes to generate precise masks. It also supports all-object image segmentation through object-aware prompt sampling to identify every distinct object in a scene. To facilitate mobile and edge deployment, the model is compatible w

    Jupyter Notebook
    在 GitHub 上查看↗5,795
  • ant-research/magicquillant-research 的头像

    ant-research/MagicQuill

    3,682在 GitHub 上查看↗

    MagicQuill is a suite of interactive tools for image segmentation, diffusion-based editing, layered composition, and prompt-guided visual synthesis. It functions as a diffusion model image editor and a layered visual composition tool, enabling the addition, removal, and recoloring of image elements through a combination of sketches and text prompts. The system features a prompt-guided image generator that predicts editing instructions by analyzing user drawings to automatically populate text prompts. It allows for visual style control by swapping generative model weights to shift outputs betw

    Pythonaigcgradioimage-editing
    在 GitHub 上查看↗3,682
  • bowang-lab/medsambowang-lab 的头像

    bowang-lab/MedSAM

    4,316在 GitHub 上查看↗

    MedSAM is a deep learning framework designed for automating the segmentation of anatomical structures in 2D and 3D medical imagery. It provides specialized tools for fine-tuning pretrained segmentation weights on custom medical datasets and evaluating the accuracy of those predictions against ground truth labels. The project focuses on adapting the Segment Anything Model architecture for medical use, enabling the isolation of specific anatomical structures through prompt-guided methods such as bounding boxes and point prompts. The system covers a full medical AI workflow, including data engi

    Jupyter Notebook
    在 GitHub 上查看↗4,316
  • 查看 Segment Geospatial 的所有 30 个替代方案→