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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
SysCV avatar

SysCV/sam-hq

0
View on GitHub↗
4,234 stars·267 forks·Jupyter Notebook·Apache-2.0·9 viewsarxiv.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.

Star history

Star history chart for syscv/sam-hqStar history chart for syscv/sam-hq

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Sam Hq

Similar open-source projects, ranked by how many features they share with Sam Hq.
  • google-research/big_visiongoogle-research avatar

    google-research/big_vision

    3,363View on 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
    View on GitHub↗3,363
  • facebookresearch/dinov3facebookresearch avatar

    facebookresearch/dinov3

    9,613View on 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
    View on GitHub↗9,613
  • xenova/transformers.jsxenova avatar

    xenova/transformers.js

    16,141View on 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
    View on GitHub↗16,141
  • ux-decoder/segment-everything-everywhere-all-at-onceUX-Decoder avatar

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

    4,790View on 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
    View on GitHub↗4,790
See all 30 alternatives to Sam Hq→

Frequently asked questions

What does syscv/sam-hq do?

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.

What are the main features of syscv/sam-hq?

The main features of syscv/sam-hq are: 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.

What are some open-source alternatives to syscv/sam-hq?

Open-source alternatives to syscv/sam-hq include: 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…