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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

14 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ultralytics/ultralyticsAvatar ultralytics

    ultralytics/ultralytics

    58,468Vezi pe GitHub↗

    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
    Vezi pe GitHub↗58,468
  • paddlepaddle/paddledetectionAvatar PaddlePaddle

    PaddlePaddle/PaddleDetection

    14,243Vezi pe 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

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

    Pythonblazefacedeepsortdetr
    Vezi pe GitHub↗14,243
  • megvii-basedetection/yoloxAvatar Megvii-BaseDetection

    Megvii-BaseDetection/YOLOX

    10,504Vezi pe GitHub↗

    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
    Vezi pe GitHub↗10,504
  • dusty-nv/jetson-inferenceAvatar dusty-nv

    dusty-nv/jetson-inference

    8,734Vezi pe GitHub↗

    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
    Vezi pe GitHub↗8,734
  • linzaer/ultra-light-fast-generic-face-detector-1mbAvatar Linzaer

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

    7,536Vezi pe GitHub↗

    Acest proiect oferă o suită de modele ușoare de detectare a feței concepute pentru inferență de mare viteză pe dispozitive de edge computing. Se concentrează pe o arhitectură de rețea neuronală compactă care permite detectarea feței umane în medii caracterizate prin resurse de calcul limitate și constrângeri de putere. Sistemul dispune de detectoare de fețe cuantizate disponibile în mai multe formate pentru a asigura compatibilitatea între diverse arhitecturi hardware. Include utilitare pentru exportul și cuantizarea modelelor, permițând convertirea ponderilor antrenate în formate standardizate pentru implementare hardware-agnostică. Proiectul acoperă fluxuri de lucru pentru antrenarea modelelor personalizate și procesarea seturilor de date de imagini pentru a ajusta profilurile de precizie și viteză. Suportă sarcini de computer vision în timp real prin utilizarea aritmeticii doar cu numere întregi și a unui runtime de inferență bazat pe C pentru a minimiza overhead-ul pe hardware-ul embedded.

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

    Python
    Vezi pe GitHub↗7,536
  • ailab-cvc/yolo-worldAvatar AILab-CVC

    AILab-CVC/YOLO-World

    6,425Vezi pe GitHub↗

    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
    Vezi pe GitHub↗6,425
  • rangilyu/nanodetAvatar RangiLyu

    RangiLyu/nanodet

    6,222Vezi pe GitHub↗

    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
    Vezi pe GitHub↗6,222
  • paddlepaddle/paddlexAvatar PaddlePaddle

    PaddlePaddle/PaddleX

    6,163Vezi pe 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

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

    Pythonai-pipelinesclassificationdeployment
    Vezi pe GitHub↗6,163
  • getstream/vision-agentsAvatar GetStream

    GetStream/Vision-Agents

    6,029Vezi pe GitHub↗

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

    Pythonagentic-aiagentsai
    Vezi pe GitHub↗6,029
  • ngxson/smolvlm-realtime-webcamAvatar ngxson

    ngxson/smolvlm-realtime-webcam

    5,560Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,560
  • xlite-dev/lite.ai.toolkitAvatar xlite-dev

    xlite-dev/lite.ai.toolkit

    4,413Vezi pe GitHub↗

    lite.ai.toolkit este un toolkit C++ de viziune computerizată conceput pentru implementarea AI pe dispozitive edge. Acesta permite execuția modelelor pre-antrenate pentru detecția obiectelor, clasificarea imaginilor și segmentare pe dispozitive cu resurse limitate. Proiectul include un motor de inferență multi-backend care suportă runtime-ul de modele ONNX, permițând modelelor AI să ruleze pe diferite ținte hardware. Include un pipeline accelerat prin GPU, specific pentru hardware-ul NVIDIA, pentru a reduce latența și a crește viteza de procesare. Toolkit-ul acoperă o gamă largă de capabilități de analiză facială, inclusiv detecția emoțiilor, estimarea genului și vârstei, și analiza poziției capului. De asemenea, oferă instrumente pentru recunoaștere facială prin extragerea embedding-urilor de trăsături și calcularea similarității cosinus pentru verificarea identității. Capabilitățile suplimentare includ matting-ul imaginilor pentru izolarea prim-planului, colorizarea imaginilor grayscale și transferul de stil artistic.

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

    C++
    Vezi pe GitHub↗4,413
  • rlinf/rlinfAvatar RLinf

    RLinf/RLinf

    2,502Vezi pe GitHub↗

    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
    Vezi pe GitHub↗2,502
  • oaid/tenginekitAvatar OAID

    OAID/TengineKit

    2,321Vezi pe GitHub↗

    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
    Vezi pe GitHub↗2,321
  • biubug6/face-detector-1mb-with-landmarkAvatar biubug6

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

    1,106Vezi pe GitHub↗

    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
    Vezi pe GitHub↗1,106
  1. Home
  2. Artificial Intelligence & ML
  3. Computer Vision Systems
  4. Computer Vision
  5. Object Detection and Tracking
  6. Edge Object Detection

Explorează sub-etichetele

  • 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-tag-uriRuns 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.