awesome-repositories.comश्रेणियाँब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

14 रिपॉजिटरी

Awesome GitHub RepositoriesMulti-Stage Inference Pipelines

Workflows that chain detection and keypoint estimation models for complex visual analysis.

Distinct from Object Detection Models: Distinct from general object detection: focuses on multi-stage model chaining rather than single-pass detection.

Explore 14 awesome GitHub repositories matching artificial intelligence & ml · Multi-Stage Inference Pipelines. Refine with filters or upvote what's useful.

Awesome Multi-Stage Inference Pipelines GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • chenfei-wu/taskmatrixchenfei-wu का अवतार

    chenfei-wu/TaskMatrix

    34,082GitHub पर देखें↗

    TaskMatrix is a multimodal AI chat interface and visual task orchestrator. It combines language models with visual recognition to enable the exchange, analysis, and modification of images within a conversational environment. The system coordinates multiple foundation models through orchestration pipelines that chain language, detection, and segmentation models. This allows for complex visual operations, such as using text instructions to guide image masking and executing modular inpainting workflows to edit specific image regions. The project includes a computer vision toolset for object det

    Coordinates multi-stage inference pipelines combining language, detection, and segmentation models.

    Python
    GitHub पर देखें↗34,082
  • microsoft/jarvismicrosoft का अवतार

    microsoft/JARVIS

    24,854GitHub पर देखें↗

    JARVIS is a system for large language model task orchestration, deployment management, and automation benchmarking. It utilizes a task orchestrator to decompose complex requests into actionable steps and coordinates various expert models to synthesize final responses. The project includes an AI model deployment manager to handle the local deployment of expert models across different hardware scales. It further provides an AI workflow API consisting of web endpoints used to trigger automated task workflows and retrieve results from model selection stages. The framework incorporates an automat

    Combines intermediate outputs from various expert models into a single coherent final response through a refinement process.

    Python
    GitHub पर देखें↗24,854
  • justadudewhohacks/face-api.jsjustadudewhohacks का अवतार

    justadudewhohacks/face-api.js

    17,869GitHub पर देखें↗

    face-api.js is a TensorFlow.js face recognition library and browser-based computer vision API. It provides tools for performing face detection, recognition, and landmark prediction within browsers and Node.js. The library includes a biometric identity descriptor generator that creates numerical vectors to compare identity and similarity between images. It features a facial landmark detection tool for mapping sixty-eight specific coordinate points on a face, as well as an age and gender estimation model. Its capabilities cover real-time facial analysis, including the recognition of facial exp

    Processes images through sequential stages of detection, landmark mapping, and feature extraction to achieve final recognition.

    TypeScriptage-estimationemotion-recognitionface-detection
    GitHub पर देखें↗17,869
  • decolua/9routerdecolua का अवतार

    decolua/9router

    17,690GitHub पर देखें↗

    9router is an AI model gateway designed to route requests from AI coding tools to multiple model providers through a single unified API. It provides administration for self-hosted AI proxy deployments, allowing users to manage API keys and model access on local servers or edge networks. The system differentiates itself through multi-provider API normalization, which translates incompatible request and response formats to ensure compatibility across different AI models. It features AI provider failover management to automatically switch between providers or accounts when quotas are exhausted o

    Sends prompts to multiple models in parallel and utilizes a judge model to synthesize a final coherent response.

    JavaScriptai-agentsai-gatewayanthropic
    GitHub पर देखें↗17,690
  • paddlepaddle/paddledetectionPaddlePaddle का अवतार

    PaddlePaddle/PaddleDetection

    14,243GitHub पर देखें↗

    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

    Implements multi-stage inference pipelines that chain detection, keypoint estimation, and tracking modules for complex visual analysis.

    Pythonblazefacedeepsortdetr
    GitHub पर देखें↗14,243
  • tonybeltramelli/pix2codetonybeltramelli का अवतार

    tonybeltramelli/pix2code

    12,032GitHub पर देखें↗

    pix2code is a computer vision UI parser and screenshot-to-code converter that transforms images of graphical user interfaces into functional code representations. It operates as a deep learning system that maps visual interface elements to layout instructions and syntax. The project includes a machine learning training pipeline for UI, which converts raw image data into numerical arrays to create training sets. This workflow supports training models to recognize visual interface components and map them to specific code structures. The system covers automated frontend development through the

    Uses a sequence of models to identify visual components and then map them to code.

    Pythondatasetsdeep-learningdeep-neural-networks
    GitHub पर देखें↗12,032
  • facebookresearch/maskrcnn-benchmarkfacebookresearch का अवतार

    facebookresearch/maskrcnn-benchmark

    9,370GitHub पर देखें↗

    This project is a modular PyTorch framework for training and evaluating object detection and instance segmentation models. It serves as a computer vision research tool and a deep learning inference engine designed to identify object locations, classes, and pixel-level masks within images. The framework implements a two-stage inference pipeline that utilizes region proposal networks and a symmetric mask-head architecture. It provides specialized capabilities for instance segmentation, object bounding box detection, and human pose estimation via anatomical keypoint detection. The system includ

    Features a multi-stage inference pipeline that sequentially chains region proposals with mask-generating heads.

    Python
    GitHub पर देखें↗9,370
  • dusty-nv/jetson-inferencedusty-nv का अवतार

    dusty-nv/jetson-inference

    8,734GitHub पर देखें↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    Links multiple models and preprocessing steps into a single execution graph for complex vision and audio workflows.

    C++caffecomputer-visiondeep-learning
    GitHub पर देखें↗8,734
  • bentoml/bentomlbentoml का अवतार

    bentoml/BentoML

    8,456GitHub पर देखें↗

    BentoML is a machine learning model serving framework and GPU-accelerated inference server designed to package, deploy, and scale AI models as production-ready REST APIs. It functions as an AI model lifecycle manager and an inference graph orchestrator, enabling the chaining of multiple models and custom logic into complex pipelines for advanced task sequences. The framework distinguishes itself through a dynamic batching engine that optimizes GPU throughput and an artifact-based packaging system that bundles model weights and dependencies into immutable archives for consistent deployment. It

    Splits the prediction process into separate stages for asynchronous processing and parallel execution.

    Pythonai-inferencedeep-learninggenerative-ai
    GitHub पर देखें↗8,456
  • nvlabs/sanaNVlabs का अवतार

    NVlabs/Sana

    8,310GitHub पर देखें↗

    Sana is a framework for high-resolution image and video synthesis based on a linear diffusion transformer. It provides a toolkit for the training, fine-tuning, and execution of text-to-image and text-to-video models, as well as a video generative world model capable of simulating physical environments with precise spatial control. The project is distinguished by its use of linear complexity layers to handle high resolutions and its support for long-form, minute-length video generation in real time. It implements a two-stage inference paradigm that separates structural generation from visual t

    Implements a two-stage inference paradigm that separates structural generation from visual texture refinement.

    Python
    GitHub पर देखें↗8,310
  • opentalker/video-retalkingOpenTalker का अवतार

    OpenTalker/video-retalking

    7,256GitHub पर देखें↗

    Video-retalking is an AI lip synchronization framework and talking head video editor designed to match the mouth movements of a subject in a video to a target audio track. It utilizes a deep learning pipeline to synchronize speech with video recordings. The system employs a two-stage generation process that separates coarse lip movement from high-resolution detail refinement. It incorporates identity-aware face refinement and expression template alignment to maintain photorealistic skin textures and ensure visual consistency across video frames. The toolset covers facial expression modificat

    Employs a two-stage process that separates coarse lip movement generation from high-resolution detail refinement.

    Pythonlip-synchronizationsiggraph-asia-2022talking-head-videos
    GitHub पर देखें↗7,256
  • humanaigc/outfitanyoneHumanAIGC का अवतार

    HumanAIGC/OutfitAnyone

    5,979GitHub पर देखें↗

    OutfitAnyone is a diffusion-based virtual try-on system and AI person-garment integration tool. It functions as an image-to-image clothing transfer model designed to visualize how specific clothing items look on any person regardless of their pose. The system adapts garment textures and shapes to a person's body and pose to produce photorealistic results. It specifically focuses on adjusting clothing deformation based on body shape to maintain high fidelity and detail consistency during the fitting process. The project covers AI fashion visualization and virtual garment fitting, providing ca

    Employs a multi-stage pipeline that separates structural clothing alignment from fine-grained texture and edge refinement.

    GitHub पर देखें↗5,979
  • ub-mannheim/tesseractUB-Mannheim का अवतार

    UB-Mannheim/tesseract

    4,111GitHub पर देखें↗

    Tesseract is an optical character recognition engine and tool designed to convert printed or handwritten text from images into machine-readable digital text. It functions as a multilingual text extractor and a document digitization pipeline that transforms scanned images into structured digital formats. The project includes a framework for training custom scripts and language-specific models, allowing the engine to recognize new languages or unique fonts through custom training data. Its capabilities cover automated text extraction, digital archive digitization, and the export of recognized

    Implements a multi-stage inference pipeline that sequences layout analysis, line detection, and character recognition.

    C++lstmocrocr-d
    GitHub पर देखें↗4,111
  • facebookresearch/sam-3d-bodyfacebookresearch का अवतार

    facebookresearch/sam-3d-body

    2,628GitHub पर देखें↗

    sam-3d-body is a machine learning framework for 3D human mesh recovery and pose estimation. It utilizes a 3D human mesh recovery model to reconstruct full-body meshes, including the body, hands, and feet, from a single image. The project implements a specialized extension of the Segment Anything Model to guide the extraction and refinement of human body shapes. This integration allows for prompt-guided mesh recovery, where 2D masks and keypoints constrain the inference of 3D pose and shape parameters. The system covers a range of computer vision capabilities, including 3D spatial alignment t

    Employs a multi-stage inference pipeline that chains segmentation, keypoint detection, and 3D mesh reconstruction.

    Python
    GitHub पर देखें↗2,628
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Architectures
  5. Computer Vision Segmentation Models
  6. Object Detection Models
  7. Multi-Stage Inference Pipelines

सब-टैग एक्सप्लोर करें

  • Response Synthesis Pipelines1 सब-टैगPipelines that refine and combine intermediate outputs from multiple models into a final coherent response. **Distinct from Multi-Stage Inference Pipelines:** Focuses on the synthesis and refinement of text-based LLM responses rather than visual analysis or data transformation
  • Two-Stage Texture RefinementAn inference process that separates structural generation from visual texture enhancement. **Distinct from Multi-Stage Inference Pipelines:** Specifically targets the structural-to-texture refinement split in generative models rather than general multi-stage chaining.