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
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
balancap avatar

balancap/SSD-Tensorflow

0
View on GitHub↗
4,103 estrellas·1,839 forks·Jupyter Notebook·5 vistas

SSD Tensorflow

Este proyecto es un framework de detección de objetos de TensorFlow diseñado para entrenar y desplegar modelos Single Shot MultiBox Detector (SSD). Proporciona un toolkit de entrenamiento de redes neuronales para implementar la arquitectura SSD para lograr la localización de objetos en imágenes y videos en tiempo real.

El framework incluye un pipeline de datos dedicado para transformar datasets de detección de objetos en formatos de registro binario para aumentar la velocidad y el rendimiento del entrenamiento. También cuenta con utilidades para convertir pesos de modelos entre diferentes formatos de checkpoint para facilitar la reutilización de redes preentrenadas.

El sistema cubre una amplia gama de capacidades, incluyendo ajuste fino de modelos en datasets personalizados, entrenamiento de detección de objetos y evaluación de precisión a través de la medición de métricas de precisión y recall.

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.

Historial de estrellas

Gráfico del historial de estrellas de balancap/ssd-tensorflowGráfico del historial de estrellas de balancap/ssd-tensorflow

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace balancap/ssd-tensorflow?

Este proyecto es un framework de detección de objetos de TensorFlow diseñado para entrenar y desplegar modelos Single Shot MultiBox Detector (SSD). Proporciona un toolkit de entrenamiento de redes neuronales para implementar la arquitectura SSD para lograr la localización de objetos en imágenes y videos en tiempo real.

¿Cuáles son las características principales de balancap/ssd-tensorflow?

Las características principales de balancap/ssd-tensorflow son: 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.

¿Qué alternativas de código abierto existen para balancap/ssd-tensorflow?

Las alternativas de código abierto para balancap/ssd-tensorflow incluyen: 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…

Alternativas open-source a SSD Tensorflow

Proyectos open-source similares, clasificados según cuántas características comparten con SSD Tensorflow.
  • matterport/mask_rcnnAvatar de matterport

    matterport/Mask_RCNN

    25,564Ver en GitHub↗

    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
    Ver en GitHub↗25,564
  • wongkinyiu/yolov9Avatar de WongKinYiu

    WongKinYiu/yolov9

    9,534Ver en GitHub↗

    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
    Ver en GitHub↗9,534
  • 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

    Pythonblazefacedeepsortdetr
    Ver en GitHub↗14,243
  • qqwweee/keras-yolo3Avatar de qqwweee

    qqwweee/keras-yolo3

    7,116Ver en GitHub↗

    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
    Ver en GitHub↗7,116
  • Ver las 30 alternativas a SSD Tensorflow→