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
·

11 Repos

Awesome GitHub RepositoriesDetection Model Validation

Methods for calculating performance metrics like mean average precision to verify object detection model accuracy.

Explore 11 awesome GitHub repositories matching artificial intelligence & ml · Detection Model Validation. Refine with filters or upvote what's useful.

Awesome Detection Model Validation 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

    Calculates mean average precision and other performance metrics to verify the accuracy of object detection results.

    Pythonclicomputer-visiondeep-learning
    Auf GitHub ansehen↗58,468
  • facebookresearch/detrAvatar von facebookresearch

    facebookresearch/detr

    15,305Auf GitHub ansehen↗

    This project provides a transformer-based object detection model that treats the task as a direct set prediction problem. It implements a vision system capable of predicting bounding boxes and class labels for objects within an image, as well as frameworks for instance and panoptic segmentation. The architecture utilizes a transformer encoder and decoder to perform end-to-end set prediction, employing a Hungarian matcher to assign predicted boxes to ground truth objects. It incorporates a convolutional backbone for feature extraction and a system of learnable object queries to probe image loc

    Provides tools for computing standard performance metrics such as Average Precision to evaluate detection accuracy.

    Python
    Auf GitHub ansehen↗15,305
  • 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

    Calculates mean average precision metrics to validate detection model performance.

    Pythonblazefacedeepsortdetr
    Auf GitHub ansehen↗14,243
  • thu-mig/yolov10Avatar von THU-MIG

    THU-MIG/yolov10

    11,316Auf GitHub ansehen↗

    YOLOv10 is a PyTorch computer vision library and real-time vision framework designed for locating and identifying multiple objects in images and video streams. It functions as an end-to-end object detector that optimizes for high-speed deployment and detection precision. The project is distinguished by an NMS-free detection architecture that predicts a single bounding box per object, eliminating the need for non-maximum suppression post-processing to reduce inference latency. It further optimizes for edge hardware through scalable weights and a quantization-friendly structure that facilitates

    Includes capabilities to evaluate detection accuracy using metrics like mean average precision against benchmark datasets.

    Python
    Auf GitHub ansehen↗11,316
  • apple/turicreateAvatar von apple

    apple/turicreate

    11,171Auf GitHub ansehen↗

    This project is an automated machine learning framework and toolkit designed for training and tuning custom models for classification, regression, and recommendations. It functions as a multimodal machine learning toolkit capable of processing and training models using a combination of text, image, audio, and sensor data. The framework distinguishes itself as a multimodal data processor that can handle and visualize large datasets on a single machine using column-oriented disk storage. It includes a core machine learning model generator that converts trained models into formats compatible wit

    Calculates performance metrics like mean average precision to verify object detection model accuracy.

    C++
    Auf GitHub ansehen↗11,171
  • ultralytics/yolov3Avatar von ultralytics

    ultralytics/yolov3

    10,571Auf GitHub ansehen↗

    This is a real-time object detection framework built on the YOLOv3 architecture, implemented in PyTorch. It provides a complete pipeline for identifying and localizing objects in images and video using a single neural network pass, combining a Darknet-53 backbone with multi-scale feature pyramids and anchor-based bounding box prediction. The framework extends beyond basic detection to include instance segmentation, human pose estimation, and multi-object tracking across video frames. It offers a model export toolkit that converts trained models through ONNX to CoreML, TensorFlow Lite, and Ten

    Evaluates precision, recall, and mean average precision against a validation dataset.

    Pythondeep-learningmachine-learningobject-detection
    Auf GitHub ansehen↗10,571
  • yzhao062/pyodAvatar von yzhao062

    yzhao062/pyod

    9,878Auf GitHub ansehen↗

    PyOD is a Python anomaly detection library used to identify outliers in tabular, time series, graph, text, and image data. It provides a collection of algorithms for detecting anomalous data points and includes a unified detector interface that standardizes input and output signatures across its available detection algorithms. The project features a multi-modal outlier detector for identifying anomalies across diverse formats including unstructured text and images, as well as a specialized toolkit for graph-based and time-series anomaly detection. It includes an ensemble framework for combini

    Speeds up the outlier detection process by applying data-driven thresholds and optimized processing frameworks in the project.

    Pythonagentic-aianomaly-detectiondata-mining
    Auf GitHub ansehen↗9,878
  • jwyang/faster-rcnn.pytorchAvatar von jwyang

    jwyang/faster-rcnn.pytorch

    7,859Auf GitHub ansehen↗

    Dieses Projekt ist ein PyTorch-Objekterkennungs-Framework, das die Faster R-CNN-Architektur implementiert. Es dient als Vision-Modell zur Vorhersage präziser Begrenzungsrahmen um mehrere Objekte in Bildern und Live-Video-Feeds. Das System ist für Multi-GPU-Training optimiert, um die für die Modellkonvergenz erforderliche Zeit zu reduzieren. Es nutzt ein GPU-beschleunigtes Design, um das Training und die Inferenz komplexer Erkennungsnetzwerke zu handhaben. Das Framework deckt den gesamten Lebenszyklus der Objekterkennung ab, einschließlich benutzerdefiniertem Netzwerk-Training und Inferenz für statische Bilder und Echtzeit-Videostreams. Es enthält Funktionen zur Validierung der Modellleistung unter Verwendung standardisierter Datensätze sowie Trainingsoptimierungen wie Gruppierung nach Seitenverhältnis und verteilte Workloads.

    Tests trained detection networks against standardized datasets to calculate precision and verify accuracy.

    Python
    Auf GitHub ansehen↗7,859
  • wang-xinyu/tensorrtxAvatar von wang-xinyu

    wang-xinyu/tensorrtx

    7,802Auf GitHub ansehen↗

    tensorrtx is a computer vision inference engine and model implementation library designed for graphics processor acceleration. It provides a framework for optimizing deep learning models through a GPU inference optimizer, a deep learning model converter for transforming weights from frameworks like TensorFlow and PyTorch, and a custom plugin library to implement operations not natively supported by the TensorRT API. The project distinguishes itself through a comprehensive collection of pre-defined network implementations, ranging from various YOLO versions and DETR transformers for object det

    Provides post-processing logic to refine bounding box predictions and handle multi-output tensors after inference.

    C++arcfacecrnndetr
    Auf GitHub ansehen↗7,802
  • xingyizhou/centernetAvatar von xingyizhou

    xingyizhou/CenterNet

    7,565Auf GitHub ansehen↗

    CenterNet ist ein Framework für die Objekterkennung mittels Mittelpunkten und eine Echtzeit-Computer-Vision-Pipeline. Es identifiziert Objekte und Posen durch die Vorhersage von Mittelpunkten anstelle der Verwendung von Anchor-Boxen. Das System fungiert als 3D-Bounding-Box-Schätzer, als Modell zur Schätzung menschlicher Posen und als Tool für die Echtzeit-Objekterkennung. Es behandelt die Platzierung von Gelenken und Objektpositionen als Probleme der Mittelpunkterkennung, um Entitäten in Bildern und im dreidimensionalen Raum zu lokalisieren. Die Funktionen decken 3D-Objekterkennung, Schätzung menschlicher Keypoints und Live-Videoanalyse ab. Die Pipeline verwendet einen einstufigen Feedforward-Inferenzprozess, um eine kontinuierliche Analyse von Webcams oder Videodateien durchzuführen.

    Predicts local offsets to correct quantization errors and refine bounding box precision.

    Python
    Auf GitHub ansehen↗7,565
  • 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

    Allows users to adjust network parameters and hyperparameters to refine detection models for specific use cases.

    Python
    Auf GitHub ansehen↗1,106
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Infrastructure
  5. Model Evaluation and Analysis
  6. Machine Learning Evaluation
  7. Detection Model Validation

Unter-Tags erkunden

  • Bounding Box Refinement Techniques1 Sub-TagMethods like generalized focal loss to improve localization quality during training. **Distinct from Detection Model Validation:** Distinct from model validation: focuses on training-time refinement logic rather than post-training evaluation.
  • Detection Accuracy Enhancers1 Sub-TagTechniques including specialized backbones and IoU-based loss functions to improve detection precision. **Distinct from Detection Model Validation:** Distinct from model validation: focuses on active performance improvement techniques rather than metric calculation.