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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ultralytics/ultralyticsAvatar de ultralytics

    ultralytics/ultralytics

    58,468Ver en 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

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

    Pythonclicomputer-visiondeep-learning
    Ver en GitHub↗58,468
  • facebookresearch/detrAvatar de facebookresearch

    facebookresearch/detr

    15,305Ver en GitHub↗

    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
    Ver en GitHub↗15,305
  • paddlepaddle/paddledetectionAvatar de PaddlePaddle

    PaddlePaddle/PaddleDetection

    14,243Ver en 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

    Calculates mean average precision metrics to validate detection model performance.

    Pythonblazefacedeepsortdetr
    Ver en GitHub↗14,243
  • thu-mig/yolov10Avatar de THU-MIG

    THU-MIG/yolov10

    11,316Ver en GitHub↗

    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
    Ver en GitHub↗11,316
  • apple/turicreateAvatar de apple

    apple/turicreate

    11,171Ver en GitHub↗

    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++
    Ver en GitHub↗11,171
  • ultralytics/yolov3Avatar de ultralytics

    ultralytics/yolov3

    10,571Ver en GitHub↗

    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
    Ver en GitHub↗10,571
  • yzhao062/pyodAvatar de yzhao062

    yzhao062/pyod

    9,878Ver en GitHub↗

    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
    Ver en GitHub↗9,878
  • jwyang/faster-rcnn.pytorchAvatar de jwyang

    jwyang/faster-rcnn.pytorch

    7,859Ver en GitHub↗

    Este proyecto es un framework de detección de objetos de PyTorch que implementa la arquitectura Faster R-CNN. Sirve como modelo de visión para predecir cuadros delimitadores precisos alrededor de múltiples objetos dentro de imágenes y transmisiones de video en vivo. El sistema está optimizado para el entrenamiento multi-GPU para reducir el tiempo requerido para la convergencia del modelo. Utiliza un diseño acelerado por GPU para manejar el entrenamiento y la inferencia de redes de detección complejas. El framework cubre el ciclo de vida completo de la detección de objetos, incluyendo el entrenamiento de redes personalizadas y la inferencia para imágenes estáticas y transmisiones de video en tiempo real. Incluye capacidades para la validación del rendimiento del modelo utilizando conjuntos de datos estandarizados, así como optimizaciones de entrenamiento como el agrupamiento basado en relación de aspecto y cargas de trabajo distribuidas.

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

    Python
    Ver en GitHub↗7,859
  • wang-xinyu/tensorrtxAvatar de wang-xinyu

    wang-xinyu/tensorrtx

    7,802Ver en GitHub↗

    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
    Ver en GitHub↗7,802
  • xingyizhou/centernetAvatar de xingyizhou

    xingyizhou/CenterNet

    7,565Ver en GitHub↗

    CenterNet es un framework de detección de objetos por puntos centrales y una tubería (pipeline) de visión artificial en tiempo real. Identifica objetos y poses prediciendo puntos centrales en lugar de utilizar cajas de anclaje (anchor boxes). El sistema funciona como un estimador de cajas delimitadoras 3D, un modelo de estimación de pose humana y una herramienta para la detección de objetos en tiempo real. Trata la ubicación de las articulaciones y las posiciones de los objetos como problemas de detección de puntos centrales para localizar entidades en imágenes y en el espacio tridimensional. Las capacidades cubren la detección de objetos 3D, la estimación de puntos clave humanos y el análisis de video en vivo. La tubería utiliza un proceso de inferencia de alimentación directa (feedforward) de una sola etapa para realizar análisis continuo en cámaras web o archivos de video.

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

    Python
    Ver en GitHub↗7,565
  • biubug6/face-detector-1mb-with-landmarkAvatar de biubug6

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

    1,106Ver en 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

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

    Python
    Ver en GitHub↗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

Explorar subetiquetas

  • Bounding Box Refinement Techniques1 sub-etiquetaMethods 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-etiquetaTechniques 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.