awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ChaoningZhang avatar

ChaoningZhang/MobileSAM

0
View on GitHub↗
5,795 stars·585 forks·Jupyter Notebook·Apache-2.0·17 vues

MobileSAM

MobileSAM est un segmenteur d'image léger et un modèle de vision promptable conçu pour l'isolation rapide d'objets sur du matériel aux ressources limitées. Il fonctionne comme un outil de masquage d'image automatique capable de détecter et d'isoler des objets distincts sur une image entière sans saisie manuelle.

Le système permet le masquage d'objets basé sur des prompts en utilisant des points de coordonnées ou des boîtes englobantes pour générer des masques précis. Il prend également en charge la segmentation d'image de tous les objets via un échantillonnage de prompts conscient des objets pour identifier chaque élément distinct dans une scène.

Pour faciliter le déploiement mobile et en périphérie (edge), le modèle est compatible avec l'exportation ONNX, permettant au modèle de vision de s'exécuter sur divers runtimes matériels multiplateformes.

Features

  • Mobile-Optimized Segmentations - Provides a lightweight image segmenter designed specifically for fast object isolation on mobile hardware.
  • Image Segmentation - Performs all-object image segmentation to isolate every distinct object across a scene.
  • Object Mask Generators - Creates precise object outlines using point or box prompts as input.
  • Point-Based Mask Generators - Generates precise segmentation masks using coordinate points and bounding box prompts.
  • Automatic Prompt Generators - Generates a grid of candidate prompts to automatically identify and mask all objects in an image.
  • SAM-Based Implementations - Implements a mobile-optimized version of the Segment Anything Model architecture.
  • Prompt-Based Segmentations - Implements prompt-based segmentation using bounding boxes or points to identify specific image areas.
  • Promptable Segmentation Tools - Provides a model that generates masks based on multi-modal prompts such as points and boxes.
  • AI Image Masking - Functions as an automatic masking tool to isolate distinct objects using neural networks.
  • Image Encoders - Implements a decoupled image encoder to extract spatial features for fast mask decoding.
  • Knowledge Distillation - Uses knowledge distillation to compress a large teacher model into a lightweight student model.
  • ONNX Model Exporters - Provides tools to export the vision model into the standardized ONNX format for edge deployment.
  • Vision Transformers - Employs a lightweight vision transformer with reduced attention heads and layers for efficiency.
  • Image segmentation - Listed in the “Image segmentation” section of the Ailia Models awesome list.

Historique des stars

Graphique de l'historique des stars pour chaoningzhang/mobilesamGraphique de l'historique des stars pour chaoningzhang/mobilesam

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à MobileSAM

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec MobileSAM.
  • casia-lmc-lab/fastsamAvatar de CASIA-LMC-Lab

    CASIA-LMC-Lab/FastSAM

    8,364Voir sur GitHub↗

    FastSAM is an image segmentation framework that uses convolutional neural networks to isolate visual elements and generate masks for detectable objects within images. It provides a system for both automatic all-object segmentation and promptable image segmentation. The project utilizes an inference-optimized architecture to reduce computational overhead, enabling faster mask generation and real-time visual analysis. It supports the creation of precise masks through various prompt inputs, including points, bounding boxes, and text descriptions. The framework covers broader computer vision cap

    Python
    Voir sur GitHub↗8,364
  • facebookresearch/segment-anythingAvatar de facebookresearch

    facebookresearch/segment-anything

    54,353Voir sur GitHub↗

    This project provides a deep learning architecture designed to identify and isolate distinct objects within images by generating precise pixel-level masks. It functions as a browser-based inference engine, enabling the execution of complex machine learning models directly within web environments without requiring server-side processing. The system distinguishes itself by utilizing hardware-accelerated execution and parallel processing to achieve real-time segmentation speeds. It supports prompt-based mask decoding, allowing users to generate spatial masks by providing specific points or boxes

    Jupyter Notebook
    Voir sur GitHub↗54,353
  • paddlepaddle/paddledetectionAvatar de PaddlePaddle

    PaddlePaddle/PaddleDetection

    14,243Voir sur GitHub↗

    PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of computer vision models. It provides a comprehensive library of modular neural network architectures and pipelines that support object detection, instance segmentation, and multi-object tracking tasks. The project distinguishes itself through a configuration-driven approach that decouples model components like backbones and heads, allowing for the flexible assembly of custom vision workflows. It incorporates advanced techniques such as anchor-free detection logic, joint detecti

    Pythonblazefacedeepsortdetr
    Voir sur GitHub↗14,243
  • ant-research/magicquillAvatar de ant-research

    ant-research/MagicQuill

    3,682Voir sur 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
    Voir sur GitHub↗3,682
Voir les 30 alternatives à MobileSAM→

Questions fréquentes

Que fait chaoningzhang/mobilesam ?

MobileSAM est un segmenteur d'image léger et un modèle de vision promptable conçu pour l'isolation rapide d'objets sur du matériel aux ressources limitées. Il fonctionne comme un outil de masquage d'image automatique capable de détecter et d'isoler des objets distincts sur une image entière sans saisie manuelle.

Quelles sont les fonctionnalités principales de chaoningzhang/mobilesam ?

Les fonctionnalités principales de chaoningzhang/mobilesam sont : Mobile-Optimized Segmentations, Image Segmentation, Object Mask Generators, Point-Based Mask Generators, Automatic Prompt Generators, SAM-Based Implementations, Prompt-Based Segmentations, Promptable Segmentation Tools.

Quelles sont les alternatives open-source à chaoningzhang/mobilesam ?

Les alternatives open-source à chaoningzhang/mobilesam incluent : casia-lmc-lab/fastsam — FastSAM is an image segmentation framework that uses convolutional neural networks to isolate visual elements and… facebookresearch/segment-anything — This project provides a deep learning architecture designed to identify and isolate distinct objects within images by… paddlepaddle/paddledetection — PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of… ant-research/magicquill — MagicQuill is a suite of interactive tools for image segmentation, diffusion-based editing, layered composition, and… datawhalechina/thorough-pytorch — This project is an educational resource and comprehensive guide for implementing and deploying deep learning models… microsoft/swin-transformer — Swin-Transformer is a deep learning framework designed for training and deploying hierarchical vision transformer…