awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

14 Repos

Awesome GitHub RepositoriesEdge Object Detection

Real-time object detection models optimized for deployment on edge computing and low-power hardware devices.

Explore 14 awesome GitHub repositories matching artificial intelligence & ml · Edge Object Detection. Refine with filters or upvote what's useful.

Awesome Edge Object Detection GitHub Repositories

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

    ultralytics/ultralytics

    58,468Auf GitHub ansehen↗

    Ultralytics is a comprehensive computer vision framework designed for training, validating, and deploying deep learning models across a wide range of visual recognition tasks. It provides a unified interface for core operations including object detection, instance segmentation, pose estimation, and image classification. By utilizing a modular architecture, the platform allows users to swap model components to balance inference speed and accuracy requirements for diverse applications. The framework distinguishes itself through its support for real-time processing and flexible deployment. It in

    Deploys real-time detection models specifically tuned for low-power hardware and edge computing environments.

    Pythonclicomputer-visiondeep-learning
    Auf GitHub ansehen↗58,468
  • paddlepaddle/paddledetectionAvatar von PaddlePaddle

    PaddlePaddle/PaddleDetection

    14,243Auf GitHub ansehen↗

    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

    Optimizes object detection models for deployment on mobile and edge hardware.

    Pythonblazefacedeepsortdetr
    Auf GitHub ansehen↗14,243
  • megvii-basedetection/yoloxAvatar von Megvii-BaseDetection

    Megvii-BaseDetection/YOLOX

    10,504Auf GitHub ansehen↗

    YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/

    Optimizes lightweight model variants for deployment on resource-constrained edge devices like mobile phones.

    Pythondeep-learningmegenginencnn
    Auf GitHub ansehen↗10,504
  • dusty-nv/jetson-inferenceAvatar von dusty-nv

    dusty-nv/jetson-inference

    8,734Auf GitHub ansehen↗

    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

    Increases inference throughput using custom attention kernels, in-flight batching, and paged KV caching.

    C++caffecomputer-visiondeep-learning
    Auf GitHub ansehen↗8,734
  • linzaer/ultra-light-fast-generic-face-detector-1mbAvatar von Linzaer

    Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB

    7,536Auf GitHub ansehen↗

    Dieses Projekt bietet eine Suite leichtgewichtiger Gesichtserkennungsmodelle, die für die Inferenz mit hoher Geschwindigkeit auf Edge-Computing-Geräten entwickelt wurden. Es basiert auf einer kompakten neuronalen Netzwerkarchitektur, die die Erkennung menschlicher Gesichter in Umgebungen mit begrenzten Rechenressourcen und Leistungsbeschränkungen ermöglicht. Das System bietet quantisierte Gesichtserkenner in mehreren Formaten, um die Kompatibilität über verschiedene Hardwarearchitekturen hinweg sicherzustellen. Es enthält Dienstprogramme für den Modellexport und die Quantisierung, wodurch trainierte Gewichte in standardisierte Formate für hardwareunabhängige Bereitstellungen konvertiert werden können. Das Projekt deckt Workflows für das Training benutzerdefinierter Modelle und die Verarbeitung von Bilddatensätzen ab, um Präzisions- und Geschwindigkeitsprofile anzupassen. Es unterstützt Echtzeit-Computer-Vision-Aufgaben durch die Verwendung von Integer-only-Arithmetik und einer C-basierten Inferenz-Runtime, um den Overhead auf eingebetteter Hardware zu minimieren.

    Provides a specialized face detection model optimized for low-memory and low-compute edge environments.

    Python
    Auf GitHub ansehen↗7,536
  • ailab-cvc/yolo-worldAvatar von AILab-CVC

    AILab-CVC/YOLO-World

    6,425Auf GitHub ansehen↗

    YOLO-World is a vision-language framework and open-vocabulary object detection model. It identifies objects in images and video based on free-form text prompts without requiring predefined category labels. The system enables the identification of arbitrary objects by fusing image features with text embeddings. It includes a specialized tool for automated image labeling, which generates bounding box annotations for custom datasets using text-based prompts. The project provides a deployment pipeline for converting models into quantized ONNX and TFLite formats, supporting real-time inference on

    Provides object detection and tracking optimized for deployment on resource-constrained edge hardware.

    Python
    Auf GitHub ansehen↗6,425
  • rangilyu/nanodetAvatar von RangiLyu

    RangiLyu/nanodet

    6,222Auf GitHub ansehen↗

    NanoDet-Plus⚡Super fast and lightweight anchor-free object detection model. 🔥Only 980 KB(int8) / 1.8MB (fp16) and run 97FPS on cellphone🔥

    Ships a 980KB anchor-free detection model achieving 97 FPS on mobile devices for real-time edge inference.

    Pythonanchor-freeandroiddeep-learning
    Auf GitHub ansehen↗6,222
  • paddlepaddle/paddlexAvatar von PaddlePaddle

    PaddlePaddle/PaddleX

    6,163Auf GitHub ansehen↗

    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

    Supports switching between GPU, NPU, XPU, and MLU accelerators with a single parameter.

    Pythonai-pipelinesclassificationdeployment
    Auf GitHub ansehen↗6,163
  • getstream/vision-agentsAvatar von GetStream

    GetStream/Vision-Agents

    6,029Auf GitHub ansehen↗

    Runs object detection models on-device to avoid API calls and network latency.

    Pythonagentic-aiagentsai
    Auf GitHub ansehen↗6,029
  • ngxson/smolvlm-realtime-webcamAvatar von ngxson

    ngxson/smolvlm-realtime-webcam

    5,560Auf GitHub ansehen↗

    This is a webcam-based client for a local llama.cpp server that enables real-time object detection and vision-language model inference directly from a browser. It captures frames from the user's webcam at configurable intervals and sends them to a locally running inference server for analysis, displaying both detection results and textual scene descriptions as they are produced. The application distinguishes itself by combining object detection with vision-language scene description in a single real-time interface, all processed through a local llama.cpp server for private, offline operation.

    Sends captured webcam frames to a local AI server for object detection and displays results.

    HTML
    Auf GitHub ansehen↗5,560
  • xlite-dev/lite.ai.toolkitAvatar von xlite-dev

    xlite-dev/lite.ai.toolkit

    4,413Auf GitHub ansehen↗

    lite.ai.toolkit ist ein C++ Computer-Vision-Toolkit für Edge-KI-Deployments. Es ermöglicht die Ausführung vortrainierter Modelle für Objekterkennung, Bildklassifizierung und Segmentierung auf ressourcenbeschränkten Geräten. Das Projekt bietet eine Multi-Backend-Inferenz-Engine, die die ONNX-Model-Runtime unterstützt, wodurch KI-Modelle auf verschiedenen Hardware-Zielen ausgeführt werden können. Es enthält eine GPU-beschleunigte Pipeline speziell für NVIDIA-Hardware, um Latenzen zu reduzieren und die Verarbeitungsgeschwindigkeit zu erhöhen. Das Toolkit deckt ein breites Spektrum an Funktionen zur Gesichtsanalyse ab, einschließlich Emotionserkennung, Geschlechts- und Altersschätzung sowie Kopfhaltungserkennung. Es bietet zudem Tools für die Gesichtserkennung durch die Extraktion von Feature-Embeddings und die Berechnung der Kosinus-Ähnlichkeit zur Identitätsprüfung. Zusätzliche Funktionen umfassen Image-Matting zur Vordergrundisolierung, Kolorierung von Graustufenbildern und künstlerischen Style-Transfer.

    Isolates face and hair regions using AI runtimes optimized for edge deployment.

    C++
    Auf GitHub ansehen↗4,413
  • rlinf/rlinfAvatar von RLinf

    RLinf/RLinf

    2,502Auf GitHub ansehen↗

    RLinf is a distributed reinforcement learning orchestrator and embodied AI training framework. It provides the infrastructure to train vision-language-action models and robotic policies using a combination of reinforcement learning and supervised fine-tuning. The system is designed for scaling workloads across GPU clusters, managing the placement of actors, rollout workers, and environment components. It features a specialized robotics data collection pipeline for gathering teleoperated demonstrations and simulation trajectories into standardized replay buffers, alongside a hardware interface

    Maximizes simulator throughput by overlapping model forward passes with environment stepping across vectorized slices.

    Pythonagentic-aiembodied-aireinforcement-learning
    Auf GitHub ansehen↗2,502
  • oaid/tenginekitAvatar von OAID

    OAID/TengineKit

    2,321Auf GitHub ansehen↗

    TengineKit is a mobile computer vision software development kit designed for real-time inference on local hardware. It functions as a neural network engine that executes deep learning models directly on mobile devices, enabling applications to perform complex visual analysis without relying on cloud connectivity. The framework provides specialized tools for detecting and tracking human features, including faces, hands, bodies, and irises, alongside general object detection capabilities. By utilizing a native core runtime and hardware-accelerated execution, the library processes visual data lo

    Identifies and classifies items within images or video streams by running pre-trained machine learning models directly on local hardware.

    C++aiandroidartificial-intelligence
    Auf GitHub ansehen↗2,321
  • biubug6/face-detector-1mb-with-landmarkAvatar von biubug6

    biubug6/Face-Detector-1MB-with-landmark

    1,106Auf GitHub ansehen↗

    This project provides a compact neural network architecture designed for human face detection and facial landmark localization. It functions as a specialized computer vision tool that identifies faces and extracts five specific facial key points within a single inference pass, making it suitable for integration into resource-constrained environments. The system utilizes a lightweight convolutional backbone and an anchor-based detection mechanism to maintain a small memory footprint while performing real-time processing. By employing a multi-task learning head, the model simultaneously predict

    Provides a compact model for identifying human faces and extracting key facial landmarks on edge devices.

    Python
    Auf GitHub ansehen↗1,106
  1. Home
  2. Artificial Intelligence & ML
  3. Computer Vision Systems
  4. Computer Vision
  5. Object Detection and Tracking
  6. Edge Object Detection

Unter-Tags erkunden

  • Edge Face Detection1 Sub-TagFace detection models specifically optimized for low-power and low-memory edge hardware. **Distinct from Edge Object Detection:** Specializes edge object detection specifically for human faces.
  • Inference Performance Optimizers1 Sub-TagTools for model compression and quantization to enhance speed in resource-constrained environments. **Distinct from Edge Object Detection:** Distinct from edge detection: focuses on the optimization process rather than the detection model itself.
  • Lightweight Anchor-Free DetectorsCompact anchor-free object detection models optimized for real-time inference on mobile and edge devices with minimal model size. **Distinct from Edge Object Detection:** Distinct from Edge Object Detection: specifically focuses on anchor-free architecture and extreme model size reduction (under 2MB), not general edge deployment.
  • Local Object Detection2 Sub-TagsRuns object detection models on-device to avoid API calls and network latency. **Distinct from Edge Object Detection:** Distinct from Edge Object Detection: emphasizes on-device execution to avoid cloud API calls, not just optimization for edge hardware.
  • Multi-Device Inference SwitchingChanges the compute accelerator (GPU, NPU, XPU, MLU) for object detection via a single configuration parameter. **Distinct from Edge Object Detection:** Distinct from Edge Object Detection: focuses on runtime device switching across multiple accelerator types, not edge optimization.