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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·15 views

SSD Tensorflow

This project is a TensorFlow object detection framework designed for training and deploying Single Shot MultiBox Detector models. It provides a neural network training toolkit for implementing the SSD architecture to achieve real-time image and video object localization.

The framework includes a dedicated data pipeline for transforming object detection datasets into binary record formats to increase training speed and performance. It also features utilities for converting model weights between different checkpoint formats to facilitate the reuse of pre-trained networks.

The system covers a broad range of capabilities including model fine-tuning on custom datasets, object detection training, and accuracy evaluation through the measurement of precision and recall metrics.

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 history

Star history chart for balancap/ssd-tensorflowStar history chart for balancap/ssd-tensorflow

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with SSD Tensorflow

These projects share indexed features with SSD Tensorflow. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • matterport/mask_rcnnmatterport avatar

    matterport/Mask_RCNN

    25,564View on 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
    View on GitHub↗25,564
  • wongkinyiu/yolov9WongKinYiu avatar

    WongKinYiu/yolov9

    9,534View on 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
    View on GitHub↗9,534
  • paddlepaddle/paddledetectionPaddlePaddle avatar

    PaddlePaddle/PaddleDetection

    14,243View on 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
    View on GitHub↗14,243
  • qqwweee/keras-yolo3qqwweee avatar

    qqwweee/keras-yolo3

    7,116View on 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
    View on GitHub↗7,116
Compare all 30 related projects→

Frequently asked questions

What does balancap/ssd-tensorflow do?

This project is a TensorFlow object detection framework designed for training and deploying Single Shot MultiBox Detector models. It provides a neural network training toolkit for implementing the SSD architecture to achieve real-time image and video object localization.

What are the main features of balancap/ssd-tensorflow?

The main features of balancap/ssd-tensorflow are: 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.

Which projects share features with balancap/ssd-tensorflow?

Projects with overlapping indexed features include: 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…