awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 Repos

Awesome GitHub RepositoriesComputer Vision Workflows

End-to-end pipelines for applying computer vision models to digital media.

Distinguishing note: Focuses on the orchestration of vision tasks rather than specific model implementations.

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

Awesome Computer Vision Workflows GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • alicevision/meshroomAvatar von alicevision

    alicevision/Meshroom

    12,562Auf GitHub ansehen↗

    Meshroom is a node-based photogrammetry software designed to transform collections of two-dimensional images into three-dimensional models and scene geometry. It provides a visual interface for constructing and managing modular data pipelines, allowing users to automate complex computer vision tasks such as feature extraction, depth map estimation, and mesh generation. The software distinguishes itself through a distributed computational framework that dispatches resource-intensive tasks across local hardware or remote render farms. By utilizing a directed acyclic graph execution model, it en

    Orchestrates end-to-end computer vision tasks including feature extraction, depth map estimation, and mesh generation within a modular workflow.

    QML3d-reconstructionalicevisioncamera-tracking
    Auf GitHub ansehen↗12,562
  • qubvel-org/segmentation_models.pytorchAvatar von qubvel-org

    qubvel-org/segmentation_models.pytorch

    11,622Auf GitHub ansehen↗

    This is a PyTorch semantic segmentation library designed for building image masking frameworks. It provides a collection of over 500 pretrained convolutional and transformer-based encoders and various decoder architectures to perform binary and multiclass pixel-level classification. The library features a modular backbone integration that decouples encoder choice from decoder logic. It supports custom input channel configurations and encoder depth tuning, allowing the modification of input layers to accept non-standard channel counts while preserving pretrained weights. Some configurations al

    Facilitates custom vision workflows by allowing adjustments to input channels and encoder depths.

    Pythoncomputer-visiondeeplab-v3-plusdeeplabv3
    Auf GitHub ansehen↗11,622
  • go-vgo/robotgoAvatar von go-vgo

    go-vgo/robotgo

    10,614Auf GitHub ansehen↗

    Robotgo is a cross-platform desktop automation framework for the Go programming language. It provides a comprehensive toolkit for programmatically interacting with graphical user interfaces, enabling developers to simulate human input, manage application windows, and monitor system-wide hardware events. The library distinguishes itself through its low-level system integration, utilizing a foreign function interface to interact directly with native operating system APIs. It employs pixel-buffer memory mapping and real-time screen capture to perform visual element identification, allowing for i

    Integrates computer vision workflows to interact with visual interface components.

    Goaiauto-testautomation
    Auf GitHub ansehen↗10,614
  • opencv/opencv_contribAvatar von opencv

    opencv/opencv_contrib

    10,116Auf GitHub ansehen↗

    This project is a collection of optional, community-contributed algorithms and specialized vision tools that extend the core OpenCV framework. It serves as a comprehensive library of extra modules for computer vision research, providing advanced toolsets for image processing, visual data analysis, and object detection. The library includes specialized frameworks for augmented reality tracking, biometric face recognition, and three-dimensional pose estimation. It provides distinct capabilities for identifying AR markers, tracking 3D object silhouettes, and performing neural network vulnerabili

    Combines image processing algorithms into customized sequences for analyzing visual data.

    C++opencv
    Auf GitHub ansehen↗10,116
  • naver/dust3rAvatar von naver

    naver/dust3r

    7,205Auf GitHub ansehen↗

    DUSt3R is a geometric vision transformer model that predicts dense 3D pointmaps directly from one or more uncalibrated images, without requiring prior camera intrinsics, extrinsics, or known camera positions. Its core identity is an end-to-end approach to 3D reconstruction that bypasses traditional depth estimation and camera calibration pipelines, instead outputting metric-scale 3D coordinates from RGB inputs. The model processes image pairs through a shared dual-image encoder architecture, using cross-attention feature fusion in the decoder to merge features from two images into a unified p

    Builds end-to-end 3D vision workflows combining reconstruction, alignment, and parameter extraction from raw images.

    Python
    Auf GitHub ansehen↗7,205
  • landing-ai/vision-agentAvatar von landing-ai

    landing-ai/vision-agent

    5,293Auf GitHub ansehen↗

    Vision-agent is an AI system and visual data extraction framework that translates natural language prompts into runnable Python scripts for analyzing images and video. It functions as a multi-model vision orchestrator, using large language models to plan and generate executable code for tasks such as object detection, counting, and video tracking. The system employs a plan-and-execute cycle that iteratively generates and tests code, using an error-correction loop to refine the implementation until a solution is validated. It is configuration-driven, allowing the underlying language model back

    Orchestrates various vision models into a unified pipeline for automated media analysis.

    Python
    Auf GitHub ansehen↗5,293
  • tingsongyu/pytorch-tutorial-2ndAvatar von TingsongYu

    TingsongYu/PyTorch-Tutorial-2nd

    4,555Auf GitHub ansehen↗

    Dieses Projekt ist eine umfassende Lehrressource und ein Kurs zum Aufbau neuronaler Netze mit PyTorch. Es deckt die grundlegenden Bausteine des Deep Learning ab, einschließlich Tensor-Manipulation, automatischer Differenzierung und der Konstruktion modularer Komponenten für neuronale Netze. Das Repository dient als technischer Leitfaden für verschiedene spezialisierte Bereiche. Es bietet Implementierungsdetails für Computer-Vision-Aufgaben wie Bildklassifizierung, Objekterkennung und semantische Segmentierung sowie Workflows für die Verarbeitung natürlicher Sprache (NLP) mit Transformern, rekurrenten Netzen und generativen Modellen. Zudem enthält es eine Referenz für generative KI, mit Fokus auf die Synthese von Bildern mittels Diffusionsmodellen und adversarialen Netzwerken. Das Material erstreckt sich auf Modelloptimierung und Deployment-Pipelines. Es behandelt Techniken zur Reduzierung der Modellgröße und zur Erhöhung der Inferenzgeschwindigkeit durch Quantisierung und den Export von Modellen in Formate wie ONNX und TensorRT. Weitere Kompetenzbereiche umfassen Data Engineering für paralleles Laden, Modellevaluierung mittels benutzerdefinierter Metriken und das Deployment von Open-Source Large Language Models. Das Projekt wird primär als eine Reihe von Jupyter Notebooks bereitgestellt.

    Provides end-to-end pipelines for image classification, object detection, and semantic segmentation using PyTorch.

    Jupyter Notebookcomputer-visiondeepsortdiffusion-models
    Auf GitHub ansehen↗4,555
  • trickygo/dive-into-dl-tensorflow2.0Avatar von TrickyGo

    TrickyGo/Dive-into-DL-TensorFlow2.0

    3,826Auf GitHub ansehen↗

    This project is a structured TensorFlow deep learning curriculum and an interactive machine learning course delivered through Jupyter Notebooks. It serves as a technical guide and model zoo providing reference implementations for neural networks and machine learning algorithms. The curriculum focuses on practical implementations of computer vision, including object detection, semantic segmentation, and style transfer. It also provides tutorials for natural language processing, specifically covering word embeddings and encoder-decoder architectures for sequence modeling. The material covers t

    Develops end-to-end pipelines for computer vision tasks including object detection and semantic segmentation.

    Jupyter Notebookbookchinese-simplifiedcv
    Auf GitHub ansehen↗3,826
  • s0md3v/roopAvatar von s0md3v

    s0md3v/roop

    3,527Auf GitHub ansehen↗

    This application is a deep learning tool designed for automated face swapping in images and videos. It utilizes generative adversarial networks to map facial features from a source image onto a target subject, maintaining the original head pose, lighting, and skin texture of the target media. The software functions as a computer vision pipeline that deconstructs video files into individual frames for sequential processing. It employs pre-trained models for landmark detection and high-dimensional feature extraction to align faces precisely. To accelerate these complex tensor operations, the en

    Applies machine learning models to detect and process facial features within digital media for automated image transformation.

    Pythonaiface-swap
    Auf GitHub ansehen↗3,527
  • pageman/sutskever-30-implementationsAvatar von pageman

    pageman/sutskever-30-implementations

    3,148Auf GitHub ansehen↗

    This project is a collection of deep learning research implementations and a reproduction kit designed to translate theoretical AI papers into working code. It provides a library of neural network architectures and reference implementations for reproducing seminal research concepts through interactive notebooks. The repository distinguishes itself through the implementation of AI theory and scaling laws, covering complexity dynamics, information theory, and the simulation of universal AI agents. It also includes a benchmarking suite for synthetic reasoning, allowing for the evaluation of mode

    Implements image classification pipelines using convolutional layers, max pooling, and residual connections.

    Jupyter Notebook
    Auf GitHub ansehen↗3,148
  1. Home
  2. Artificial Intelligence & ML
  3. Computer Vision Workflows

Unter-Tags erkunden

  • Geometric Vision PipelinesEnd-to-end 3D vision workflows that combine reconstruction, alignment, and parameter extraction from raw image inputs. **Distinct from Computer Vision Workflows:** Distinct from Computer Vision Workflows: specifically focuses on geometric 3D reconstruction and alignment rather than general vision tasks.