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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
SysCV avatar

SysCV/sam-hq

0
View on GitHub↗
4,234 estrellas·267 forks·Jupyter Notebook·Apache-2.0·4 vistasarxiv.org/abs/2306.01567↗

Sam Hq

sam-hq is a collection of pre-trained vision foundation models and adapters designed for high-quality image segmentation, multimodal feature extraction, and depth estimation. It provides a zero-shot vision model capable of performing segmentation and classification across diverse domains without requiring task-specific training.

The project features a high-quality image segmentation tool based on the Segment Anything Model that generates precise masks from spatial prompts. It includes a multimodal feature extractor to generate high-dimensional vector embeddings from both image and text inputs, as well as a convolutional tool for predicting distance or canopy height from visual data.

The framework covers a broad range of computer vision capabilities, including image classification, multi-resolution feature extraction, and image preprocessing. It supports domain adaptation through fine-tuning on custom datasets for specialized applications such as medical imaging and remote sensing.

The mask decoder can be converted to an open format for execution in environments with a standard runtime.

Features

  • Query-Based Mask Generators - Generates precise binary segmentation masks based on spatial points or bounding box queries.
  • SAM-Based Implementations - Implements a high-quality image segmentation tool based on the Segment Anything Model architecture.
  • High-Precision Mask Generators - Produces high-quality, precise binary segmentation masks for intricate objects using spatial prompts.
  • Depth Estimation - Provides a convolutional head for predicting distance or canopy height from visual data.
  • Multimodal Feature Extractors - Generates unified high-dimensional vector representations from both image and text inputs.
  • Multi-Modal Embedding Models - Provides a multimodal embedding model that maps image and text data into a shared vector space.
  • Vision Transformer Encoders - Uses vision transformer encoders to extract high-dimensional visual features from image patches.
  • Zero-Shot Generalization - Enables the model to segment objects in unseen images without requiring task-specific training.
  • Zero-Shot Segmentations - Creates fine-grained masks for objects based on user prompts without task-specific training.
  • Zero-Shot Vision Foundation Models - Provides a pre-trained foundation model for zero-shot segmentation and classification across diverse domains.
  • Depth Estimation - Predicts spatial distance or canopy height from visual data using a specialized depth estimation head.
  • Transformer Embedding Extraction - Extracts raw hidden-state embeddings from transformer internals to serve as a foundation for vision tasks.
  • High-Resolution Feature Extraction - Generates high-dimensional vector representations from images at various resolutions.
  • Multi-Scale Feature Aggregation - Extracts image representations at multiple scales to capture both global context and local detail.
  • Domain Adaptation - Supports fine-tuning segmentation models on custom datasets for medical imaging and remote sensing.
  • Task-Specific Heads - Utilizes task-specific output heads to perform specialized functions like depth estimation and classification.
  • Zero-Shot Image Classifiers - Categorizes images by comparing visual features against text labels without task-specific training.
  • Domain-Specific Fine-Tuning - Provides a framework for fine-tuning segmentation masks for specialized applications like remote sensing.
  • Vision Model Fine-Tuning - Supports adapting pre-trained vision models to specialized domains like medical imaging and remote sensing through fine-tuning.

Historial de estrellas

Gráfico del historial de estrellas de syscv/sam-hqGráfico del historial de estrellas de syscv/sam-hq

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace syscv/sam-hq?

sam-hq is a collection of pre-trained vision foundation models and adapters designed for high-quality image segmentation, multimodal feature extraction, and depth estimation. It provides a zero-shot vision model capable of performing segmentation and classification across diverse domains without requiring task-specific training.

¿Cuáles son las características principales de syscv/sam-hq?

Las características principales de syscv/sam-hq son: Query-Based Mask Generators, SAM-Based Implementations, High-Precision Mask Generators, Depth Estimation, Multimodal Feature Extractors, Multi-Modal Embedding Models, Vision Transformer Encoders, Zero-Shot Generalization.

¿Qué alternativas de código abierto existen para syscv/sam-hq?

Las alternativas de código abierto para syscv/sam-hq incluyen: google-research/big_vision — This project is a research framework and toolkit designed for training large-scale vision transformers and multimodal… facebookresearch/dinov3 — This project is a self-supervised vision foundation model based on a vision transformer architecture. It is designed… xenova/transformers.js — Transformers.js is a JavaScript library and web machine learning framework designed to run pretrained transformer… ux-decoder/segment-everything-everywhere-all-at-once — This project is a multi-modal image segmentation framework and a text-to-mask vision model. It serves as a SAM-based… bowang-lab/medsam — MedSAM is a deep learning framework designed for automating the segmentation of anatomical structures in 2D and 3D… xinyu1205/recognize-anything — Recognize-anything is a multimodal foundation model designed for image recognition, visual tagging, and the generation…

Alternativas open-source a Sam Hq

Proyectos open-source similares, clasificados según cuántas características comparten con Sam Hq.
  • google-research/big_visionAvatar de google-research

    google-research/big_vision

    3,363Ver en GitHub↗

    This project is a research framework and toolkit designed for training large-scale vision transformers and multimodal language models. It provides a comprehensive suite for vision-language pretraining, enabling the development of models that map images and text into shared latent spaces. The framework is distinguished by its capabilities in high-fidelity image generation and multimodal research, utilizing normalizing flows and variational autoencoders to produce images from text prompts or class labels. It supports the development of both generative and contrastive models, allowing for a wide

    Jupyter Notebook
    Ver en GitHub↗3,363
  • facebookresearch/dinov3Avatar de facebookresearch

    facebookresearch/dinov3

    9,613Ver en GitHub↗

    This project is a self-supervised vision foundation model based on a vision transformer architecture. It is designed to learn dense visual representations from unlabeled images, serving as a general-purpose backbone for a wide variety of downstream vision tasks. The system is distinguished by its use of self-distillation and masked image modeling to extract semantic and geometric features. It also incorporates an image-text alignment model that maps visual embeddings to textual descriptions, enabling zero-shot image recognition, zero-shot segmentation, and cross-modal retrieval. The project

    Jupyter Notebook
    Ver en GitHub↗9,613
  • xenova/transformers.jsAvatar de xenova

    xenova/transformers.js

    16,141Ver en GitHub↗

    Transformers.js is a JavaScript library and web machine learning framework designed to run pretrained transformer models directly in the browser. It serves as a client-side inference engine and a wrapper for the ONNX Runtime, enabling the execution of multimodal AI tasks on user devices without the need for a backend server. The library distinguishes itself by providing a unified toolkit for processing text, image, and audio data locally. This architecture supports privacy-preserving model inference and reduces latency by performing all computations on the client's hardware. Its capabilities

    JavaScript
    Ver en GitHub↗16,141
  • ux-decoder/segment-everything-everywhere-all-at-onceAvatar de UX-Decoder

    UX-Decoder/Segment-Everything-Everywhere-All-At-Once

    4,790Ver en GitHub↗

    This project is a multi-modal image segmentation framework and a text-to-mask vision model. It serves as a SAM-based visual segmenter designed to isolate distinct objects within images and video by converting natural language prompts and other inputs into pixel-level semantic masks. The system functions as a multi-modal image segmentation framework that integrates text, image, and audio signals to generate masks. It includes an interactive video object tracker that isolates and tracks visual entities across video frames using referring images or textual queries. The framework provides capabi

    Python
    Ver en GitHub↗4,790
Ver las 30 alternativas a Sam Hq→