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

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

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

JDAI-CV/fast-reid

0
View on GitHub↗
3,946 星标·878 分支·Python·Apache-2.0·9 次浏览

Fast Reid

fast-reid 是一个基于 PyTorch 的计算机视觉框架,旨在构建、训练和部署用于基于身份的视觉任务的深度学习模型。它提供了一个用于行人重识别和车辆重识别的专用工具箱,能够跨非重叠的摄像机视图匹配个人和车辆。

该项目包括用于识别特定身体特征和属性的行人属性识别工具。它具有一个模块化模型库,允许交换和基准测试不同的重识别架构。

该框架涵盖了大规模开发基础设施,包括跨多个 GPU 的分布式训练、混合精度训练,以及将表示从复杂网络转移到较小学生模型的知识蒸馏。它还提供了一个超参数优化循环、多数据集评估引擎,以及用于将模型导出为行业标准格式以进行生产部署的管道。

Features

  • Pedestrian Re-identification - Matches individuals across non-overlapping camera views using deep learning for identity tracking.
  • Person and Vehicle Re-identification Baselines - Serves as a standardized framework for training and evaluating person and vehicle re-identification.
  • Computer Vision Frameworks - Offers a comprehensive suite of tools for building, training, and deploying identity-based vision models.
  • Vehicle Identification Systems - Recognizes specific vehicles across multiple camera angles and different environmental domains.
  • Person Attribute Recognition - Provides specialized pipelines for identifying physical characteristics and traits of people.
  • Data-Parallel Training - Implements distributed data-parallel training to accelerate model development across multiple GPUs.
  • Model Distillation - Implements model distillation to create efficient versions of complex vision models for faster inference.
  • Knowledge Distillation - Features a pipeline to transfer representations from complex teacher networks to smaller student models.
  • Large-Scale Model Training - Provides infrastructure for training large-scale models using multiple GPUs and mixed precision.
  • Mixed Precision Training - Utilizes mixed precision training with 16-bit and 32-bit floats to reduce memory usage.
  • Distributed Mixed-Precision Training - Accelerates computer vision model training using distributed data parallelism and mixed precision.
  • Model Export Formats - Converts trained vision models into standard industry formats for efficient production deployment.
  • Model Performance Evaluators - Quantifies the accuracy of identity models through various metrics and visualization tools.
  • Multi-Dataset Performance Benchmarking - Provides a unified validation framework to calculate performance metrics across multiple datasets.
  • Hyperparameter Optimizers - Provides automated tools for tuning and searching optimal hyperparameter configurations.
  • Pretrained Model Zoos - Includes a modular model zoo for swapping and benchmarking different re-identification architectures.
  • Model Export Formats - Supports exporting PyTorch weights into industry-standard formats for production deployment.

Star 历史

jdai-cv/fast-reid 的 Star 历史图表jdai-cv/fast-reid 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Fast Reid 的开源替代方案

相似的开源项目,按与 Fast Reid 的功能重合度排序。
  • facebookresearch/mmffacebookresearch 的头像

    facebookresearch/mmf

    5,635在 GitHub 上查看↗

    MMF is a modular framework for building, training, and evaluating vision-and-language models. It provides a configuration-driven experiment system where model, dataset, and training parameters are defined through composable YAML files, alongside a curated model zoo of pretrained checkpoints for state-of-the-art multimodal architectures. The framework includes a multimodal dataset loader that downloads, processes, and batches vision-and-language data, and a vision-language model trainer supporting distributed training, mixed precision, and checkpoint-based resumption. The framework distinguish

    Pythoncaptioningdeep-learningdialog
    在 GitHub 上查看↗5,635
  • mlfoundations/open_clipmlfoundations 的头像

    mlfoundations/open_clip

    13,935在 GitHub 上查看↗

    Open CLIP is an open source framework for training and deploying Contrastive Language-Image Pre-training models. It serves as a vision-language training framework and multimodal embedding engine that maps images and text into a shared vector space for similarity searches and zero-shot classification. The project provides a toolkit for distributed training of contrastive models and includes an image-to-text generative model for producing natural language descriptions. It supports custom text encoder integration and utilizes teacher-student model distillation to transfer knowledge from large pr

    Pythoncomputer-visioncontrastive-lossdeep-learning
    在 GitHub 上查看↗13,935
  • facebookresearch/fairseqfacebookresearch 的头像

    facebookresearch/fairseq

    32,228在 GitHub 上查看↗

    Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic speech recognition, and large-scale language model training. It provides a framework for processing and aligning diverse data sources, including text, audio, and video, to support tasks such as speech-to-text conversion and multimodal sequence learning. The project is distinguished by its distributed training capabilities, which utilize parameter sharding, mixed-precision training, and CPU offloading to handle models that exceed single-device memory. It also includes specializ

    Python
    在 GitHub 上查看↗32,228
  • snowkylin/tensorflow-handbooksnowkylin 的头像

    snowkylin/tensorflow-handbook

    3,927在 GitHub 上查看↗

    This project is a comprehensive educational resource and tutorial handbook for building, training, and deploying machine learning models using TensorFlow 2. It serves as a structured learning guide covering core deep learning concepts, including neural network architectures, automatic differentiation, and tensor operations. The handbook provides technical guidance on optimizing execution efficiency through GPU memory management, distributed training, and model quantization. It also includes detailed manuals for constructing high-performance data pipelines and exporting models for production s

    Jupyter Notebook
    在 GitHub 上查看↗3,927
查看 Fast Reid 的所有 30 个替代方案→

常见问题解答

jdai-cv/fast-reid 是做什么的?

fast-reid 是一个基于 PyTorch 的计算机视觉框架,旨在构建、训练和部署用于基于身份的视觉任务的深度学习模型。它提供了一个用于行人重识别和车辆重识别的专用工具箱,能够跨非重叠的摄像机视图匹配个人和车辆。

jdai-cv/fast-reid 的主要功能有哪些?

jdai-cv/fast-reid 的主要功能包括:Pedestrian Re-identification, Person and Vehicle Re-identification Baselines, Computer Vision Frameworks, Vehicle Identification Systems, Person Attribute Recognition, Data-Parallel Training, Model Distillation, Knowledge Distillation。

jdai-cv/fast-reid 有哪些开源替代品?

jdai-cv/fast-reid 的开源替代品包括: facebookresearch/mmf — MMF is a modular framework for building, training, and evaluating vision-and-language models. It provides a… mlfoundations/open_clip — Open CLIP is an open source framework for training and deploying Contrastive Language-Image Pre-training models. It… facebookresearch/fairseq — Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic… snowkylin/tensorflow-handbook — This project is a comprehensive educational resource and tutorial handbook for building, training, and deploying… layumi/person_reid_baseline_pytorch — This project is a PyTorch-based deep learning framework and supervised learning baseline for person and vehicle… google-research/scenic — Scenic is a research framework designed for the development and training of deep learning models, with a specific…