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
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
balancap avatar

balancap/SSD-Tensorflow

0
View on GitHub↗
4,103 Stars·1,839 Forks·Jupyter Notebook·6 Aufrufe

SSD Tensorflow

Dieses Projekt ist ein TensorFlow-Framework zur Objekterkennung, das für das Training und die Bereitstellung von Single-Shot-MultiBox-Detector-Modellen (SSD) konzipiert ist. Es bietet ein Toolkit für das Training neuronaler Netze zur Implementierung der SSD-Architektur, um eine Objekterkennung in Bildern und Videos in Echtzeit zu erreichen.

Das Framework enthält eine dedizierte Daten-Pipeline zur Transformation von Objekterkennungs-Datensätzen in binäre Record-Formate, um Trainingsgeschwindigkeit und Performance zu steigern. Es bietet zudem Utilities zur Konvertierung von Modellgewichten zwischen verschiedenen Checkpoint-Formaten, um die Wiederverwendung vortrainierter Netzwerke zu erleichtern.

Das System deckt ein breites Spektrum an Funktionen ab, einschließlich Modell-Fine-Tuning auf benutzerdefinierten Datensätzen, Training zur Objekterkennung und Genauigkeitsevaluierung durch Messung von Precision- und Recall-Metriken.

Features

  • Object Detection Models - Implements the Single Shot MultiBox Detector (SSD) architecture for fast and accurate real-time object localization.
  • Object Detection - Implements a system to identify and locate multiple objects within images using neural networks.
  • Real-Time Object Detection - Provides high-speed inference for identifying and locating multiple objects in live video streams.
  • Detection Model Training - Provides the capability to build detection networks using custom datasets and optimizer settings.
  • Neural Network Training Toolkits - Provides a comprehensive software suite for the iterative development, training, and optimization of detection models.
  • TensorFlow Model Development - Offers a complete framework for designing, building, and training SSD models within the TensorFlow ecosystem.
  • Dataset Preprocessing Tools - Includes utilities for converting raw object detection data into binary record formats for optimized TensorFlow ingestion.
  • Model Fine-Tuning - Supports adapting pre-trained detection models to specific tasks by updating weights on new datasets.
  • Object Detection Evaluators - Provides tools to measure model performance by comparing predicted bounding boxes against ground truth for precision and recall.
  • Detection Accuracy Evaluators - Calculates precision and recall metrics to quantify the localization and classification accuracy of detection models.
  • Vision Model Fine-Tuning - Allows adapting pre-trained detection networks to new specific tasks by updating weights on custom datasets.
  • TFRecord Data Processing - Ships a data conversion utility for serializing object detection datasets into TFRecord binary format.
  • Binary Record Converters - Provides a dedicated pipeline for transforming object detection datasets into binary record formats for faster training.

Star-Verlauf

Star-Verlauf für balancap/ssd-tensorflowStar-Verlauf für balancap/ssd-tensorflow

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu SSD Tensorflow

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit SSD Tensorflow.
  • matterport/mask_rcnnAvatar von matterport

    matterport/Mask_RCNN

    25,564Auf GitHub ansehen↗

    This project is a TensorFlow and Keras implementation of the Mask R-CNN architecture. It provides a framework for performing simultaneous object detection and instance segmentation, transforming raw images into segmented masks and bounding boxes for individual object identification. The toolset enables custom computer vision training through fine-tuning pre-trained weights and integrating user-provided datasets. It includes capabilities for distributed GPU training to accelerate the optimization of large vision models. The framework covers model evaluation using standard precision metrics an

    Pythoninstance-segmentationkerasmask-rcnn
    Auf GitHub ansehen↗25,564
  • wongkinyiu/yolov9Avatar von WongKinYiu

    WongKinYiu/yolov9

    9,534Auf GitHub ansehen↗

    YOLOv9 is a real-time computer vision framework and deep learning model designed for image classification, object detection, and instance segmentation. It functions as both a vision model and a trainer, allowing for the optimization of neural network weights on custom datasets using single or multiple GPUs. The framework utilizes programmable gradient information to perform high-speed identification and location of multiple objects within images and video streams. It extends beyond bounding box detection to provide instance segmentation and panoptic segmentation, which labels every pixel in a

    Pythonyolov9
    Auf GitHub ansehen↗9,534
  • 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

    Pythonblazefacedeepsortdetr
    Auf GitHub ansehen↗14,243
  • qqwweee/keras-yolo3Avatar von qqwweee

    qqwweee/keras-yolo3

    7,116Auf GitHub ansehen↗

    This project is an object detection framework implementing the YOLOv3 architecture using Keras and TensorFlow. It functions as a deep learning vision model and computer vision toolset designed to locate and classify multiple entities within images and video streams using bounding boxes. The system includes a multi-GPU inference engine to distribute computational loads across several graphics processing units. It also provides a pipeline for creating custom object detectors by retraining pre-trained weights on annotated datasets to recognize user-defined object classes. The framework covers m

    Python
    Auf GitHub ansehen↗7,116
Alle 30 Alternativen zu SSD Tensorflow anzeigen→

Häufig gestellte Fragen

Was macht balancap/ssd-tensorflow?

Dieses Projekt ist ein TensorFlow-Framework zur Objekterkennung, das für das Training und die Bereitstellung von Single-Shot-MultiBox-Detector-Modellen (SSD) konzipiert ist. Es bietet ein Toolkit für das Training neuronaler Netze zur Implementierung der SSD-Architektur, um eine Objekterkennung in Bildern und Videos in Echtzeit zu erreichen.

Was sind die Hauptfunktionen von balancap/ssd-tensorflow?

Die Hauptfunktionen von balancap/ssd-tensorflow sind: Object Detection Models, Object Detection, Real-Time Object Detection, Detection Model Training, Neural Network Training Toolkits, TensorFlow Model Development, Dataset Preprocessing Tools, Model Fine-Tuning.

Welche Open-Source-Alternativen gibt es zu balancap/ssd-tensorflow?

Open-Source-Alternativen zu balancap/ssd-tensorflow sind unter anderem: matterport/mask_rcnn — This project is a TensorFlow and Keras implementation of the Mask R-CNN architecture. It provides a framework for… wongkinyiu/yolov9 — YOLOv9 is a real-time computer vision framework and deep learning model designed for image classification, object… paddlepaddle/paddledetection — PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of… qqwweee/keras-yolo3 — This project is an object detection framework implementing the YOLOv3 architecture using Keras and TensorFlow. It… roboflow/rf-detr — RF-DETR is a Python library for training and deploying object detection, instance segmentation, and keypoint detection… eriklindernoren/pytorch-yolov3 — This project is a PyTorch implementation of the YOLOv3 object detection architecture. It functions as a real-time…