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

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

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

15 个仓库

Awesome GitHub RepositoriesComputer Vision Benchmarks

Standardized evaluation suites for measuring the accuracy and generalization of visual recognition systems.

Distinguishing note: Specifically targets vision-based model evaluation rather than general-purpose ML benchmarking.

Explore 15 awesome GitHub repositories matching artificial intelligence & ml · Computer Vision Benchmarks. Refine with filters or upvote what's useful.

Awesome Computer Vision Benchmarks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • openai/clipopenai 的头像

    openai/CLIP

    33,779在 GitHub 上查看↗

    CLIP is a neural network architecture designed to map visual and textual data into a shared latent vector space. By utilizing transformer-based feature extraction and multi-modal tokenization, the system aligns images and natural language strings, enabling cross-modal similarity analysis and semantic classification. The project functions as a zero-shot classification engine, identifying image content by calculating the cosine similarity between visual features and arbitrary text labels without requiring task-specific retraining. Beyond inference, it serves as a research toolkit for evaluating

    Evaluating how well visual recognition systems generalize across diverse datasets and identifying performance gaps in real-world application scenarios.

    Jupyter Notebookdeep-learningmachine-learning
    在 GitHub 上查看↗33,779
  • jbhuang0604/awesome-computer-visionjbhuang0604 的头像

    jbhuang0604/awesome-computer-vision

    23,074在 GitHub 上查看↗

    This project is a comprehensive, community-driven repository that serves as a centralized catalog for computer vision research and development. It functions as a structured index of academic papers, open-source software libraries, public datasets, and educational tutorials, providing a navigation point for the complex landscape of modern vision technology. The repository distinguishes itself through a taxonomy-based indexing system that maps the relationships between foundational research, influential academic figures, and their corresponding software implementations. By utilizing a lightweig

    Acts as a comprehensive research catalog for influential figures, algorithms, and benchmarking suites.

    在 GitHub 上查看↗23,074
  • zalandoresearch/fashion-mnistzalandoresearch 的头像

    zalandoresearch/fashion-mnist

    12,754在 GitHub 上查看↗

    This project is a computer vision benchmark and image classification dataset used to measure and compare the accuracy of machine learning models. It provides a standardized collection of labeled fashion product images and training data formatted to be compatible with the MNIST dataset structure. The dataset consists of fixed-dimension grayscale images and label-based category mappings, stored in a binary format. It includes pre-split training and testing sets and a static distribution to ensure consistent cross-model benchmarking. The repository supports image classification benchmarking and

    Serves as a reference dataset to measure and compare the accuracy of image classifiers.

    Pythonbenchmarkcomputer-visionconvolutional-neural-networks
    在 GitHub 上查看↗12,754
  • xpixelgroup/basicsrXPixelGroup 的头像

    XPixelGroup/BasicSR

    8,297在 GitHub 上查看↗

    BasicSR is a PyTorch-based image restoration toolbox and framework designed for training and deploying deep learning models to upscale, denoise, and deblur images and videos. It serves as a comprehensive system for image super-resolution and video quality restoration, providing the necessary infrastructure to recover fine visual details and increase pixel density. The project distinguishes itself through specialized toolkits for facial image enhancement and high-fidelity face synthesis, as well as a dedicated video quality restoration suite that utilizes deformable convolutions and generative

    Computes standard restoration benchmarks including PSNR, SSIM, LPIPS, NIQE, and FID.

    Pythonbasicsrbasicvsrdfdnet
    在 GitHub 上查看↗8,297
  • mikel-brostrom/boxmotmikel-brostrom 的头像

    mikel-brostrom/boxmot

    8,212在 GitHub 上查看↗

    Boxmot is a multi-object tracking framework designed to follow multiple objects across video frames using motion and appearance algorithms to maintain consistent identities. It functions as a system for tracking objects with specific orientations using rotated bounding boxes and corresponding intersection-over-union computations. The project includes a re-identification model optimizer that converts neural networks into formats for hardware-accelerated execution. It also features an evolutionary hyperparameter tuner that iteratively mutates tracker settings to maximize accuracy for specific d

    Uses standardized evaluation suites to measure the accuracy and consistency of visual tracking systems.

    Pythonboosttrackbotsortbytetrack
    在 GitHub 上查看↗8,212
  • rafaelpadilla/object-detection-metricsrafaelpadilla 的头像

    rafaelpadilla/Object-Detection-Metrics

    5,098在 GitHub 上查看↗

    This project is an object detection evaluation library and benchmarking tool designed to calculate precision, recall, and average precision for computer vision models. It provides a suite of utilities for parsing bounding box coordinates from text files and calculating spatial overlap to determine detection accuracy. The toolkit features a command line interface for comparing ground truth files against model predictions. It includes a precision-recall curve generator to visualize the relationship between precision and recall across different confidence thresholds and an intersection over unio

    Provides a standardized evaluation suite for measuring the accuracy and generalization of object detection models.

    Pythonaverage-precisionbounding-boxesmean-average-precision
    在 GitHub 上查看↗5,098
  • kaiyangzhou/deep-person-reidKaiyangZhou 的头像

    KaiyangZhou/deep-person-reid

    4,849在 GitHub 上查看↗

    该项目是一个 PyTorch 人员重识别框架,专为训练和评估识别不同摄像机视角下个人的模型而设计。它提供了一个完整的模型训练管线、用于将图像转换为数字向量的深度学习特征提取器,以及一套用于衡量身份检索准确性的计算机视觉基准测试工具。 该框架包括一个专门的迁移学习工具包,支持层冻结、分阶段学习率优化和用于微调预训练模型的差异化学习率。它通过一个可扩展的引擎脱颖而出,该引擎允许开发自定义训练逻辑,并实现特定的优化目标,如困难样本三元组损失挖掘(hard-sample triplet loss mining)和标签平滑。 该系统涵盖了全面的数据集管理,包括对标准基准、平衡批次采样和图像增强的支持。它提供用于计算检索排名和特征距离的评估实用程序,以及用于生成激活热力图和排名检索库的可视化工具。 该项目使用 Python 实现,并利用 PyTorch 进行深度学习操作。

    Provides a suite for evaluating identity retrieval accuracy using standard re-identification benchmarks.

    Pythoncomputer-visioncross-domaindeep-learning
    在 GitHub 上查看↗4,849
  • openimages/datasetopenimages 的头像

    openimages/dataset

    4,366在 GitHub 上查看↗

    该项目是一个计算机视觉数据集和图像标注仓库,专为训练和评估机器学习模型而设计。它提供了一个大型标注图像集合,作为目标检测基准和像素级分割数据源。 该仓库作为多模态视觉数据集脱颖而出,通过将图像与同步的语音、文本和鼠标轨迹配对,支持叙事理解。它还通过包含人口统计属性和详尽的标注,支持模型公平性分析。 该数据集涵盖了广泛的计算机视觉能力,包括通过边界框进行的目标检测、使用像素掩码的图像实例分割,以及通过对象-属性三元组进行的视觉关系映射。它还支持点级分类、分层文本识别,以及基于类或属性过滤检索精选数据集子集。

    Serves as a standardized benchmark for computing precision and recall in object detection and classification models.

    Python
    在 GitHub 上查看↗4,366
  • facebookresearch/deitfacebookresearch 的头像

    facebookresearch/deit

    4,348在 GitHub 上查看↗

    DeiT 是一个专为图像分类设计的 PyTorch Vision Transformer 框架。它实现了一种基于 Transformer 的架构,使用自注意力层和位置感知序列建模而不是卷积滤波器,将图像处理为扁平化补丁序列。 该项目专注于通过知识蒸馏框架进行数据高效训练。该系统允许学生模型模仿高性能教师模型的软标签,以提高准确性和泛化能力,特别是在较小数据集上进行训练时。 该库涵盖了完整的开发生命周期,包括图像分类训练、交叉熵损失优化以及部署预训练权重进行推理。它还包括一个基准测试工具,用于评估模型在标准数据集上的性能和准确性。

    Includes tools for evaluating model accuracy against standard computer vision benchmarking datasets.

    Python
    在 GitHub 上查看↗4,348
  • richzhang/perceptualsimilarityrichzhang 的头像

    richzhang/PerceptualSimilarity

    4,244在 GitHub 上查看↗

    PerceptualSimilarity 是一个深度学习框架,旨在量化和评估图像之间的感知距离。它提供了一个系统,通过使用深度特征表示而不是像素级差异来衡量两张图像或图像块在人类视觉中看起来有多相似。 该项目实现了一个可微分距离度量,作为损失函数,允许通过反向传播优化图像像素以达到目标视觉外观。它包括一个可训练的线性层,可以应用于冻结的深度特征,以学习与人类感知一致的加权距离度量。 该框架涵盖了图像质量评估、相似度度量训练和计算机视觉基准测试方面的广泛功能。模型准确性通过使用诸如二选一强制选择测试等框架,将预测的距离分数与人类判断数据集进行比较来评估。

    Tests the accuracy of visual similarity models against standardized human judgment datasets.

    Python
    在 GitHub 上查看↗4,244
  • princeton-vl/raftprinceton-vl 的头像

    princeton-vl/RAFT

    4,057在 GitHub 上查看↗

    RAFT 是一个 PyTorch 计算机视觉框架和深度学习系统,专为光流估计而设计。它作为一个 GPU 加速的运动估计器,计算视频帧之间的逐像素运动向量以确定物体运动。 该实现利用循环全对场变换和自定义 CUDA 内核来优化与高维相关性计算相关的内存和计算开销。这种硬件级加速减少了前向传递过程中的 GPU 内存使用。 该工具包涵盖了监督流学习和使用混合精度格式的模型训练。它还包括用于视频运动分析以及针对标准光流数据集进行模型准确性基准测试的功能。

    Evaluates the accuracy of motion estimation models against standardized computer vision datasets.

    Python
    在 GitHub 上查看↗4,057
  • hustvl/vimhustvl 的头像

    hustvl/Vim

    3,882在 GitHub 上查看↗

    Vim is a state space model vision framework designed for image classification and visual representation learning. It functions as a computer vision research tool that converts two-dimensional image grids into one-dimensional sequences to extract spatial features. The system implements a linear-scaling image classifier that replaces quadratic attention mechanisms with state space operations. This approach utilizes bidirectional sequence modeling and selective gating mechanisms to process visual data. The framework covers computer vision benchmarking and image classification research, providin

    Measures vision model accuracy and performance against standard industry datasets.

    Python
    在 GitHub 上查看↗3,882
  • open-mmlab/mmtrackingopen-mmlab 的头像

    open-mmlab/mmtracking

    3,881在 GitHub 上查看↗

    mmtracking is a PyTorch video perception framework designed for training and deploying computer vision models that analyze sequential image data. It provides specialized tools for multi-object tracking, video instance segmentation, and a configuration-driven system for managing deep learning models. The project utilizes a deep learning model registry and a configuration-driven pipeline to swap model backbones and detectors without modifying the core codebase. This modular approach allows for the development of custom perception architectures by combining various components and configurations.

    Provides a standardized evaluation suite for measuring the tracking precision of visual recognition systems.

    Pythonmulti-object-trackingsingle-object-trackingtracking
    在 GitHub 上查看↗3,881
  • roboflow/trackersroboflow 的头像

    roboflow/trackers

    2,565在 GitHub 上查看↗

    This project is a multi-object tracking library and computer vision toolkit designed to maintain consistent identity IDs for objects across video frames. It provides a motion-based object tracking system that converts raw detections into stable temporal tracks, enabling the analysis of object movement and behavior over time. The toolkit distinguishes itself through advanced identity maintenance, utilizing Kalman filters for linear motion tracking and sparse optical flow for camera motion estimation. It features multi-stage object association to recover occluded objects and non-linear motion t

    Evaluates the accuracy and precision of tracking algorithms against ground-truth datasets using standardized metrics.

    Pythonbytetrackmulti-object-trackingoc-sort
    在 GitHub 上查看↗2,565
  • vincentqyw/image-matching-webuiVincentqyw 的头像

    Vincentqyw/image-matching-webui

    1,283在 GitHub 上查看↗

    This project is a web-based platform designed for benchmarking, visualizing, and evaluating computer vision algorithms focused on image feature extraction and matching. It provides a unified interface to compare the performance and accuracy of different models by processing image pairs or live video streams. The system distinguishes itself through a modular architecture that allows users to define custom processing pipelines and register external algorithms via configuration files. It incorporates geometric verification techniques to refine visual data and improve the precision of detected co

    Provides a platform for comparing the accuracy and performance of various feature extraction and matching algorithms.

    Pythonaspanformerdeep-learningfeature-matching
    在 GitHub 上查看↗1,283
  1. Home
  2. Artificial Intelligence & ML
  3. Computer Vision Benchmarks

探索子标签

  • Restoration BenchmarksStandardized evaluation suites for comparing the performance of image and video restoration models. **Distinct from Computer Vision Benchmarks:** Distinct from Computer Vision Benchmarks: focuses on restoration-specific metrics (LPIPS, NIQE, SSIM) rather than general recognition accuracy.