awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • ultralytics/ultralyticsultralytics का अवतार

    ultralytics/ultralytics

    58,468GitHub पर देखें↗

    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
    GitHub पर देखें↗58,468
  • facebookresearch/detrfacebookresearch का अवतार

    facebookresearch/detr

    15,305GitHub पर देखें↗

    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
    GitHub पर देखें↗15,305
  • paddlepaddle/paddledetectionPaddlePaddle का अवतार

    PaddlePaddle/PaddleDetection

    14,243GitHub पर देखें↗

    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
    GitHub पर देखें↗14,243
  • thu-mig/yolov10THU-MIG का अवतार

    THU-MIG/yolov10

    11,316GitHub पर देखें↗

    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
    GitHub पर देखें↗11,316
  • apple/turicreateapple का अवतार

    apple/turicreate

    11,171GitHub पर देखें↗

    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++
    GitHub पर देखें↗11,171
  • ultralytics/yolov3ultralytics का अवतार

    ultralytics/yolov3

    10,571GitHub पर देखें↗

    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
    GitHub पर देखें↗10,571
  • yzhao062/pyodyzhao062 का अवतार

    yzhao062/pyod

    9,878GitHub पर देखें↗

    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
    GitHub पर देखें↗9,878
  • jwyang/faster-rcnn.pytorchjwyang का अवतार

    jwyang/faster-rcnn.pytorch

    7,859GitHub पर देखें↗

    This project is a PyTorch object detection framework that implements the Faster R-CNN architecture. It serves as a vision model for predicting precise bounding boxes around multiple objects within images and live video feeds. The system is optimized for multi-GPU training to reduce the time required for model convergence. It utilizes a GPU-accelerated design to handle the training and inference of complex detection networks. The framework covers the full object detection lifecycle, including custom network training and inference for static images and real-time video streams. It includes capa

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

    Python
    GitHub पर देखें↗7,859
  • wang-xinyu/tensorrtxwang-xinyu का अवतार

    wang-xinyu/tensorrtx

    7,802GitHub पर देखें↗

    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
    GitHub पर देखें↗7,802
  • xingyizhou/centernetxingyizhou का अवतार

    xingyizhou/CenterNet

    7,565GitHub पर देखें↗

    CenterNet is a center point object detection framework and real-time computer vision pipeline. It identifies objects and poses by predicting center points instead of using anchor boxes. The system functions as a 3D bounding box estimator, a human pose estimation model, and a tool for real-time object detection. It treats the placement of joints and object locations as center point detection problems to locate entities in images and three-dimensional space. Capabilities cover 3D object detection, human keypoint estimation, and live video analysis. The pipeline uses a single-stage feedforward

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

    Python
    GitHub पर देखें↗7,565
  • biubug6/face-detector-1mb-with-landmarkbiubug6 का अवतार

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

    1,106GitHub पर देखें↗

    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
    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

सब-टैग एक्सप्लोर करें

  • Bounding Box Refinement Techniques1 सब-टैगMethods 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 सब-टैगTechniques 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.