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

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

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

17 个仓库

Awesome GitHub RepositoriesPre-trained Model Implementations

Frameworks and libraries that provide pre-trained neural network weights for immediate inference tasks.

Distinct from Pre-trained Model Application: Existing candidates focus on language models, speech models, or specific transformer checkpoints; this covers general pre-trained model loading for object detection.

Explore 17 awesome GitHub repositories matching artificial intelligence & ml · Pre-trained Model Implementations. Refine with filters or upvote what's useful.

Awesome Pre-trained Model Implementations GitHub Repositories

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

    davidsandberg/facenet

    14,326在 GitHub 上查看↗

    FaceNet is a facial recognition framework designed to transform facial images into high-dimensional numerical embeddings for identity verification and recognition. It provides a deep learning face embedder that maps facial features into a Euclidean space where distance corresponds to facial similarity. The system includes tools for both supervised and unsupervised identity management. It features a face identity classifier for categorizing images into known identity classes and an unsupervised clustering tool to group similar facial embeddings together without predefined labels. The framewor

    Uses a pre-trained neural network to extract numerical feature vectors from raw facial pixels.

    Python
    在 GitHub 上查看↗14,326
  • facebookresearch/ditfacebookresearch 的头像

    facebookresearch/DiT

    8,642在 GitHub 上查看↗

    DiT 是一个在 PyTorch 中实现的潜在扩散模型和基于 Transformer 的生成式 AI 框架。它作为一个类条件图像生成器,用 Transformer 架构取代了传统的卷积骨干网络,以合成高保真图像。 该项目利用基于补丁的潜在处理和潜在空间压缩来对低维图像表示进行操作。它结合了类条件引导和可调引导尺度,以在采样过程中控制生成图像的视觉内容。 该框架涵盖分布式模型训练、迭代噪声采样和合成图像数据集的创建。它还包括用于模型质量评估的工具,以根据标准基准计算准确度和质量分数。

    Provides the ability to generate images from pre-trained model weights to match visual benchmarks.

    Python
    在 GitHub 上查看↗8,642
  • rbgirshick/py-faster-rcnnrbgirshick 的头像

    rbgirshick/py-faster-rcnn

    8,287在 GitHub 上查看↗

    This project is a Python implementation of the Faster R-CNN object detection framework. It serves as a convolutional neural network library and tool for locating and classifying multiple objects within images. The framework provides a pre-trained model implementation that allows for object detection inference without manual training. It supports the full lifecycle of object detection, including training detectors on visual datasets to identify and bound specific object classes. The system covers capabilities for computer vision model evaluation, neural network optimization to reduce model si

    Implements the ability to load pre-trained weights to perform object detection inference without requiring manual training.

    Python
    在 GitHub 上查看↗8,287
  • paddlepaddle/paddlexPaddlePaddle 的头像

    PaddlePaddle/PaddleX

    6,163在 GitHub 上查看↗

    PaddleX is a PaddlePaddle-based framework for building, deploying, and fine-tuning AI model pipelines, with pre-built support for computer vision, OCR, document analysis, and time series tasks. It offers a toolkit of ready-to-use pipelines for image classification, object detection, segmentation, and pose estimation, alongside an end-to-end OCR document analysis pipeline that extracts text, tables, formulas, and layout information. The platform also includes a dedicated time series forecasting pipeline for analyzing historical data to detect anomalies, classify patterns, and predict future val

    Provides a unified interface to run complete pre-trained model pipelines on input data via CLI or Python.

    Pythonai-pipelinesclassificationdeployment
    在 GitHub 上查看↗6,163
  • yenchenlin/nerf-pytorchyenchenlin 的头像

    yenchenlin/nerf-pytorch

    6,037在 GitHub 上查看↗

    该项目是一个神经辐射场(NeRF)框架的 PyTorch 实现。它作为一个 3D 场景合成器和可微体积渲染器,用于通过预测 3D 空间坐标的颜色和密度来训练场景的体积表征。 该系统实现了新视角合成,允许从以前未见的角度生成复杂 3D 场景的新图像。它通过处理 2D 图像和相机姿态来构建物理空间的数字体积表征,从而支持 3D 场景重建。 该框架包括用于生成 RGB 图像和视差图的 3D 模型渲染功能,以及用于创建轨道视频和动画序列的相机路径可视化功能。它提供对加载特定场景数据集和导入预训练权重的支持。

    Allows rendering of 3D scenes by loading pre-trained neural network weights.

    Python
    在 GitHub 上查看↗6,037
  • hillobar/ropeHillobar 的头像

    Hillobar/Rope

    5,334在 GitHub 上查看↗

    Rope 是一个用于图像和视频换脸的图形用户界面。它作为一个深度伪造(Deepfake)视频编辑器和图像换脸工具,利用预训练的深度学习模型来替换视觉媒体中的身份。 该工具包含 AI 视频后期制作的专业功能,例如处理前景对象的遮挡感知融合,以及用于对齐面部表情的嘴部解析细化。它还可用作 AI 面部修复工具,利用基于显著性的修复技术来恢复换脸区域的清晰度和锐度。 该软件提供了一个视觉媒体处理流水线,涵盖了从初始换脸到最终数字修复的整个过程。

    Utilizes pre-trained neural network weights to perform facial landmark analysis and synthetic image generation.

    Python
    在 GitHub 上查看↗5,334
  • yunjey/starganyunjey 的头像

    yunjey/stargan

    5,292在 GitHub 上查看↗

    StarGAN 是一个 PyTorch 图像到图像翻译框架,旨在跨多个域合成视觉风格和属性。它实现了一个生成对抗网络(GAN),作为深度学习图像翻译器,用于修改图像数据集中的特定视觉特征。 该框架使用单个统一模型来处理多个图像域之间的翻译,而无需成对的模型。这是一个研究性实现,无需成对的训练数据即可学习不同图像属性之间的映射。 该项目涵盖了生成模型的训练和优化,包括应用预训练模型检查点进行推理。它还提供了基于标签和拆分进行图像数据集准备和组织的实用程序。

    Provides pre-trained neural network weights that can be loaded for immediate image-to-image translation inference.

    Python
    在 GitHub 上查看↗5,292
  • weiliu89/caffeweiliu89 的头像

    weiliu89/caffe

    4,800在 GitHub 上查看↗

    Caffe is a high-performance deep learning framework and convolutional neural network library designed for training and deploying neural networks. It functions as a GPU-accelerated machine learning engine with a core implemented in C++ to enable high-throughput tensor operations. The project utilizes a declarative configuration system where model architectures and hyperparameters are defined in external text files, separating the network design from the execution code. It includes a model serialization system to export trained weights and topologies into binary files for efficient deployment a

    Integrates pre-configured neural network binaries for immediate use in inference tasks.

    C++
    在 GitHub 上查看↗4,800
  • tingsongyu/pytorch-tutorial-2ndTingsongYu 的头像

    TingsongYu/PyTorch-Tutorial-2nd

    4,555在 GitHub 上查看↗

    这是一个关于使用 PyTorch 构建神经网络的综合教学资源和课程。它涵盖了深度学习的基本构建块,包括张量操作、自动微分以及模块化神经网络组件的构建。 该仓库是多个专业领域的参考指南。它提供了计算机视觉任务(如图像分类、目标检测和语义分割)的实现细节,以及涉及 Transformer、循环网络和生成模型的自然语言处理工作流。此外,它还包括生成式 AI 的参考资料,专门关注通过扩散模型和对抗网络进行图像合成。 材料延伸至模型优化和部署流水线。它涵盖了通过量化和将模型导出为 ONNX 和 TensorRT 等格式来减小模型大小并提高推理速度的技术。其他能力领域包括用于并行加载的数据工程、使用自定义指标的模型评估,以及开源大语言模型的部署。 该项目主要以一系列 Jupyter Notebook 的形式提供。

    Provides frameworks and libraries that implement pre-trained neural network weights for immediate inference.

    Jupyter Notebookcomputer-visiondeepsortdiffusion-models
    在 GitHub 上查看↗4,555
  • google-research/simclrgoogle-research 的头像

    google-research/simclr

    4,502在 GitHub 上查看↗

    此项目是一个自监督对比学习框架,旨在训练深度学习模型从图像中学习视觉表示,而无需使用人类提供的标签。它提供了一个系统,用于开发可适应下游计算机视觉任务的预训练视觉表示模型。 该框架包括用于半监督图像分类的工具,它结合了大型未标记数据集和小型标记集以提高准确性。它还具有线性探测评估工具,通过在冻结的表示之上训练简单的线性分类器来评估学习到的图像特征的质量。 代码库涵盖了分布式深度学习训练和硬件加速以处理大批量数据,以及优化原语,如余弦衰减学习率调度和权重衰减正则化。它还提供了模型管理实用程序,包括在不同深度学习框架格式之间转换预训练检查点,以及用于模型部署的工具。 该实现以 Jupyter Notebooks 集合的形式提供。

    Implements functionality to load saved checkpoints for performing visual representation and classification tasks.

    Jupyter Notebookcomputer-visioncontrastive-learningrepresentation-learning
    在 GitHub 上查看↗4,502
  • xlite-dev/lite.ai.toolkitxlite-dev 的头像

    xlite-dev/lite.ai.toolkit

    4,413在 GitHub 上查看↗

    lite.ai.toolkit 是一个专为边缘 AI 部署设计的 C++ 计算机视觉工具包。它支持在资源受限的设备上执行用于目标检测、图像分类和分割的预训练模型。 该项目具有支持 ONNX 模型运行时的多后端推理引擎,允许 AI 模型跨不同的硬件目标运行。它包含一个专门针对 NVIDIA 硬件的 GPU 加速管道,以减少延迟并提高处理速度。 该工具包涵盖了广泛的面部分析功能,包括情绪检测、性别和年龄估计以及头部姿态分析。它还通过提取特征嵌入和计算余弦相似度来验证身份,从而提供面部识别工具。 其他功能包括用于前景隔离的图像抠图、灰度图像着色和艺术风格迁移。

    Integrates pre-trained neural network weights for object detection, face recognition, and segmentation to provide immediate AI capabilities.

    C++
    在 GitHub 上查看↗4,413
  • magicleap/supergluepretrainednetworkmagicleap 的头像

    magicleap/SuperGluePretrainedNetwork

    4,035在 GitHub 上查看↗

    该项目是一套神经网络模型和几何工具,专为图像特征匹配、空间对齐和视觉定位而设计。它提供了一个预训练神经网络模型,用于在无需本地训练的情况下识别稀疏图像特征之间的高精度对应关系。 该系统利用图神经网络匹配器,采用注意力机制和消息传递来学习图像特征点之间的空间关系。它集成了 RANSAC 相机位姿估计器来过滤特征匹配并计算两个相机视角之间的相对空间变换。 该库涵盖了广泛的计算机视觉能力,包括 3D 重建工作流、视觉定位以及通过精度和位姿误差指标评估匹配准确性。它还包含用于可视化关键点对应关系和导出匹配结果以供后续处理的工具。

    Ships pre-trained weights and architecture for high-accuracy feature matching without requiring local training.

    Pythondeep-learningfeature-matchinggraph-neural-networks
    在 GitHub 上查看↗4,035
  • brightmart/albert_zhbrightmart 的头像

    brightmart/albert_zh

    3,982在 GitHub 上查看↗

    本项目是 ALBERT 语言模型架构的实现,提供了一个用于训练和评估基于 Transformer 的文本分类器和相似度模型的框架。它特别包括针对生成中文文本的语义嵌入和表示而优化的预训练资产和工具。 该框架通过将重型语言模型检查点转换为轻量级格式以在移动设备上实现低延迟推理的工具脱颖而出。它利用特定的权重缩减技术,包括跨参数共享和因子分解嵌入参数化,以在较小的内存占用下保持性能。 该系统涵盖了自然语言处理的完整流水线,从原始文本归一化和子词分词,到使用掩码语言建模的自监督预训练。它提供下游任务适配功能,允许对预训练模型进行微调以进行文本相似度分析和监督分类。 该项目包括用于二进制记录数据转换和模型格式转换的实用程序,以确保跨不同机器学习平台的兼容性。

    Implements a mechanism to import pre-trained weights for text analysis using standard machine learning libraries.

    Pythonalbertbertchinese-corpus
    在 GitHub 上查看↗3,982
  • snowkylin/tensorflow-handbooksnowkylin 的头像

    snowkylin/tensorflow-handbook

    3,927在 GitHub 上查看↗

    这是一个使用 TensorFlow 2 构建、训练和部署机器学习模型的综合教育资源和教程手册。它作为结构化学习指南,涵盖了深度学习的核心概念,包括神经网络架构、自动微分和张量运算。 该手册提供了关于通过 GPU 内存管理、分布式训练和模型量化来优化执行效率的技术指导。它还包括用于构建高性能数据管道以及将模型导出到生产服务器、移动设备和 Web 浏览器的详细手册。 该材料涵盖了广泛的功能,包括使用卷积和循环网络的模型开发、自定义损失函数和层的实现,以及使用预训练模型进行迁移学习。它还探讨了边缘设备的部署策略以及使用基于云的运行时进行硬件加速。 该资源以 Jupyter Notebooks 集合的形式实现。

    Shows how to instantiate network structures using pre-trained weights to accelerate development.

    Jupyter Notebook
    在 GitHub 上查看↗3,927
  • justadudewhohacks/face-recognition.jsjustadudewhohacks 的头像

    justadudewhohacks/face-recognition.js

    1,924在 GitHub 上查看↗

    Face-recognition.js 是一个用于 Node.js 的计算机视觉软件开发工具包(SDK),提供用于在图像和视频流中检测、映射和识别人脸的工具。它充当高性能原生库的桥梁,使开发者能够直接在 JavaScript 和 TypeScript 环境中执行复杂的面部分析任务。 该库通过将深度学习推理与几何地标映射相结合而脱颖而出。它利用预训练的神经网络提取面部特征向量,并采用欧几里得距离计算来确定身份之间的数学相似度。这既允许验证已知个体,也允许在标记的图像集上训练自定义模型以识别特定主体。 除了核心识别功能外,该项目还包括用于图像格式转换和基于矩阵的数据表示的工具,以促进高效处理。它还提供视觉调试工具,可直接在图像上渲染边界框和面部地标,从而在开发过程中协助验证检测结果。

    Executes pre-trained neural networks to extract facial feature vectors from raw image data.

    JavaScriptfaceface-detectionface-landmark
    在 GitHub 上查看↗1,924
  • datitran/object_detector_appdatitran 的头像

    datitran/object_detector_app

    1,305在 GitHub 上查看↗

    This application is a real-time computer vision system designed to identify and label objects within live video feeds, recorded files, and static images. It functions as a comprehensive framework that integrates pre-trained machine learning models with video processing pipelines to perform multi-object localization and visual data tracking. The system distinguishes itself through a multithreaded architecture that decouples frame acquisition from detection logic, ensuring the interface remains responsive during continuous analysis. It provides specialized scripts for training and optimizing cu

    Executes pre-trained detection models on raw input data to identify objects immediately without requiring additional training.

    Pythonopencvtensorflow
    在 GitHub 上查看↗1,305
  • shanren7/real_time_face_recognitionshanren7 的头像

    shanren7/real_time_face_recognition

    893在 GitHub 上查看↗

    该项目是一个计算机视觉系统,旨在检测和识别实时视频流中的人脸。它作为一个面部分析流水线,处理视觉数据以定位面部边界并将个人与已知的身份数据库进行匹配。 该系统利用多阶段神经网络框架来隔离面部区域并提取独特的身份特征。通过将面部图像数据转换为紧凑的数值向量,它在主体运动时执行几何相似度计算以验证或识别主体。 该软件集成了成熟的神经网络和图像处理库来执行其检测和识别任务。它使用预训练模型运行,允许在实时执行阶段无需额外训练即可识别个人。

    Utilizes static deep learning models to perform complex pattern recognition tasks without requiring additional training during the live execution phase.

    Python
    在 GitHub 上查看↗893
  1. Home
  2. Artificial Intelligence & ML
  3. Pre-trained Model Implementations

探索子标签

  • Pipeline ExecutorsRuns a complete pre-trained model pipeline on input data using a single command or a few lines of Python code. **Distinct from Pre-trained Model Implementations:** Distinct from Pre-trained Model Implementations: focuses on executing entire pipelines, not just loading individual pre-trained models.
  • Visual Representation DeploymentLoading and deploying pretrained visual representation models for inference in downstream computer vision tasks. **Distinct from Pre-trained Model Implementations:** Focuses specifically on visual representations rather than general neural network weights or NLP tasks