awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
amdegroot avatar

amdegroot/ssd.pytorch

0
View on GitHub↗
5,224 星标·1,724 分支·Python·MIT·15 次浏览

Ssd.pytorch

This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and localizing multiple objects within images and video. The project provides a neural network architecture designed for single-shot object detection, which predicts bounding boxes and class labels in one pass.

The implementation includes a real-time object detector capable of processing live video streams to track and label objects across sequential frames. It also features a complete computer vision training pipeline for preparing image datasets and training model weights.

The framework covers the end-to-end workflow for vision tasks, including dataset loading, deep learning model training with hardware acceleration, and quantitative performance evaluation using dedicated metrics and scripts.

Features

  • Single Shot Detectors - Implements a single-shot detector architecture that predicts bounding boxes and class labels in a single pass.
  • Object Detection - Identifies and localizes multiple objects within images by generating bounding boxes and class labels.
  • Real-Time Object Detection - Processes live video streams in real time to identify and track objects across sequential frames.
  • Detection Model Training - Optimizes model weights for object detection using standard datasets, configurable learning rates, and GPU acceleration.
  • Object Detection Training - Provides a training pipeline to teach the model to recognize object classes using labeled datasets and hardware acceleration.
  • PyTorch Tensor Operations - Utilizes PyTorch tensor operations and dynamic computational graphs for efficient gradient descent and hardware acceleration.
  • SSD Implementations - Implements the neural network architecture based on the Single Shot MultiBox Detector protocol for real-time localization.
  • PyTorch Computer Vision Pipelines - Offers a complete PyTorch-based workflow for image dataset preparation, model training, and detection accuracy evaluation.
  • Object Detection Frameworks - Serves as a comprehensive framework for implementing the Single Shot MultiBox Detector for object identification in images and video.
  • Anchor Box Systems - Implements a system for defining reference bounding boxes of various scales and aspect ratios as object detection priors.
  • Multi-Scale Feature Pyramids - Extracts detections from multiple convolutional layers to capture objects across different spatial scales.
  • Smooth L1 Loss Calculators - Uses a Smooth-L1 loss function to robustly regress bounding box coordinates while minimizing outlier influence.
  • Model Evaluation Metrics - Provides tools and metrics to quantitatively measure the performance and quality of trained detection models.
  • Object Detection Evaluators - Includes evaluation scripts to measure the accuracy of predicted bounding boxes against ground truth.
  • Vision Dataset Preparation - Provides utilities for downloading, preparing, and loading image collections into the training pipeline.
  • 计算机视觉 - Single Shot MultiBox Detector implementation.
  • Computer Vision Models - Implementation of the Single Shot MultiBox Detector.
  • Model Implementations - Single shot multibox detector implementation.
  • Object Detection - Listed in the “Object Detection” section of the The Incredible Pytorch awesome list.

Star 历史

amdegroot/ssd.pytorch 的 Star 历史图表amdegroot/ssd.pytorch 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Ssd.pytorch 的开源替代方案

相似的开源项目,按与 Ssd.pytorch 的功能重合度排序。
  • ultralytics/yolov3ultralytics 的头像

    ultralytics/yolov3

    10,571在 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

    Pythondeep-learningmachine-learningobject-detection
    在 GitHub 上查看↗10,571
  • eriklindernoren/pytorch-yolov3eriklindernoren 的头像

    eriklindernoren/PyTorch-YOLOv3

    7,439在 GitHub 上查看↗

    This project is a PyTorch implementation of the YOLOv3 object detection architecture. It functions as a real-time object detector and computer vision framework designed to identify and locate multiple objects within images using bounding boxes and class labels. The system allows for both the use of pretrained weights for immediate image analysis and the training of custom models using datasets with bounding box annotations. It provides a programmatic interface to integrate detection capabilities directly into other software applications. The framework includes tools for model evaluation to m

    Python
    在 GitHub 上查看↗7,439
  • jwyang/faster-rcnn.pytorchjwyang 的头像

    jwyang/faster-rcnn.pytorch

    7,859在 GitHub 上查看↗

    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

    Python
    在 GitHub 上查看↗7,859
  • paddlepaddle/paddledetectionPaddlePaddle 的头像

    PaddlePaddle/PaddleDetection

    14,243在 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
    在 GitHub 上查看↗14,243
查看 Ssd.pytorch 的所有 30 个替代方案→

常见问题解答

amdegroot/ssd.pytorch 是做什么的?

This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and localizing multiple objects within images and video. The project provides a neural network architecture designed for single-shot object detection, which predicts bounding boxes and class labels in one pass.

amdegroot/ssd.pytorch 的主要功能有哪些?

amdegroot/ssd.pytorch 的主要功能包括:Single Shot Detectors, Object Detection, Real-Time Object Detection, Detection Model Training, Object Detection Training, PyTorch Tensor Operations, SSD Implementations, PyTorch Computer Vision Pipelines。

amdegroot/ssd.pytorch 有哪些开源替代品?

amdegroot/ssd.pytorch 的开源替代品包括: ultralytics/yolov3 — This is a real-time object detection framework built on the YOLOv3 architecture, implemented in PyTorch. It provides a… eriklindernoren/pytorch-yolov3 — This project is a PyTorch implementation of the YOLOv3 object detection architecture. It functions as a real-time… jwyang/faster-rcnn.pytorch — This project is a PyTorch object detection framework that implements the Faster R-CNN architecture. It serves as a… paddlepaddle/paddledetection — PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of… chenyuntc/simple-faster-rcnn-pytorch — This project is a PyTorch implementation of the Faster R-CNN architecture for object detection. It provides a… meituan/yolov6 — YOLOv6 is a single-stage deep learning framework designed for industrial object detection. It serves as a computer…