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

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

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

8 个仓库

Awesome GitHub RepositoriesModular Vision Pipelines

Architectures that decouple image processing, feature detection, and analysis stages into configurable, independent components.

Explore 8 awesome GitHub repositories matching artificial intelligence & ml · Modular Vision Pipelines. Refine with filters or upvote what's useful.

Awesome Modular Vision Pipelines GitHub Repositories

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

    PaddlePaddle/PaddleOCR

    82,412在 GitHub 上查看↗

    PaddleOCR is a comprehensive optical character recognition framework designed for detecting and transcribing text from images and documents into structured, machine-readable formats. It provides a modular computer vision pipeline that decouples image preprocessing, text detection, and character recognition into independent, configurable stages. This architecture supports automated document digitization and multilingual text recognition, capable of identifying text in over one hundred languages across diverse environments ranging from scanned documents to industrial scenes. The framework disti

    Separates image preprocessing, detection, and recognition into independent, swappable components for custom analysis workflows.

    Pythonai4sciencechineseocrdocument-parsing
    在 GitHub 上查看↗82,412
  • facefusion/facefusionfacefusion 的头像

    facefusion/facefusion

    28,806在 GitHub 上查看↗

    Facefusion is a modular framework designed for automated image and video manipulation, specializing in tasks such as face swapping, enhancement, and restoration. It functions as a computer vision processing pipeline that chains independent machine learning modules to perform complex transformations, including facial animation, age modification, and lip synchronization. The system is built to handle both real-time interactive feeds and large-scale batch processing tasks. The platform distinguishes itself through a highly extensible architecture that supports custom processing modules and inter

    Decouples image processing, feature detection, and analysis stages into configurable, independent components.

    Pythonaideep-fakedeepfake
    在 GitHub 上查看↗28,806
  • paddlepaddle/paddledetectionPaddlePaddle 的头像

    PaddlePaddle/PaddleDetection

    14,243在 GitHub 上查看↗

    PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of computer vision models. It provides a comprehensive library of modular neural network architectures and pipelines that support object detection, instance segmentation, and multi-object tracking tasks. The project distinguishes itself through a configuration-driven approach that decouples model components like backbones and heads, allowing for the flexible assembly of custom vision workflows. It incorporates advanced techniques such as anchor-free detection logic, joint detecti

    Decouples model components like backbones and heads into declarative files to enable flexible assembly of custom computer vision workflows.

    Pythonblazefacedeepsortdetr
    在 GitHub 上查看↗14,243
  • deci-ai/super-gradientsDeci-AI 的头像

    Deci-AI/super-gradients

    5,041在 GitHub 上查看↗

    Super-Gradients 是一个 PyTorch 计算机视觉框架和训练库,专为视觉模型的全生命周期设计。它作为一个深度学习模型优化器和部署工具包,用于训练和微调图像分类、目标检测、语义分割和姿态估计任务的模型。 该项目提供专门的模型优化工具,包括教师-学生知识蒸馏和数值精度压缩,以降低内存和计算需求。它还包括用于高性能目标检测的 Yolo-NAS 架构实现。 该框架涵盖了广泛的能力面,包括分布式 GPU 训练、模块化视觉流水线以及通过结构化配方配置实现训练运行的自动化。它进一步管理数据加载、图像增强以及将训练好的权重导出为通用格式以供生产硬件加速器使用。

    Implements architectures that decouple image processing, feature detection, and analysis stages into configurable, independent components.

    Jupyter Notebook
    在 GitHub 上查看↗5,041
  • 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.

    Implements vision workflows that decouple model components into declarative configuration files for flexible assembly.

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

    SharpAI/DeepCamera

    2,858在 GitHub 上查看↗

    DeepCamera is an open-source AI video surveillance and network video recorder platform powered by local vision language models and hardware-accelerated processing. It integrates live feeds from network cameras, webcams, and mobile devices to monitor physical spaces while running local edge vision inference without relying on cloud servers. The platform incorporates privacy-preserving video anonymization that converts raw video frames into abstract depth maps in real time, retaining motion tracking while protecting personal identity. Its modular architecture supports pluggable AI scripts and

    Decouples video analysis stages into independent components using extensible modular pipelines.

    JavaScriptaiai-cameraai-nvr
    在 GitHub 上查看↗2,858
  • fafa-dl/awesome-backbonesFafa-DL 的头像

    Fafa-DL/Awesome-Backbones

    1,945在 GitHub 上查看↗

    Awesome-Backbones is a modular deep learning framework designed for the end-to-end lifecycle of computer vision models. It provides an integrated platform for training, benchmarking, and deploying convolutional and transformer-based neural network architectures for image classification tasks. The framework distinguishes itself through a configuration-driven approach to model assembly, allowing users to define backbone, neck, and head components externally. It includes a specialized toolkit for model interpretability, utilizing gradient-based visualization techniques to generate class activati

    Assembles neural network models by dynamically linking backbone, neck, and head components through external configuration files.

    Pythoncnndeep-learningimage-classification
    在 GitHub 上查看↗1,945
  • 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

    Enables the construction of modular image processing workflows by integrating custom extractors and matching logic.

    Pythonaspanformerdeep-learningfeature-matching
    在 GitHub 上查看↗1,283
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Frameworks
  5. Computer Vision
  6. Modular Vision Pipelines

探索子标签

  • Configuration-Driven PipelinesVision workflows that decouple model components into declarative configuration files for flexible assembly. **Distinct from Modular Vision Pipelines:** Distinct from Modular Vision Pipelines: focuses on the configuration-driven assembly of components rather than just modularity.