A PyTorch Implementation of Single Shot MultiBox Detector
☆5,231Dec 29, 2021Updated 4 years ago
Alternatives and similar repositories for ssd.pytorch
Users that are interested in ssd.pytorch are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- High quality, fast, modular reference implementation of SSD in PyTorch☆1,590Jan 26, 2024Updated 2 years ago
- A faster pytorch implementation of faster r-cnn☆7,863May 20, 2022Updated 3 years ago
- YOLOv2 in PyTorch☆1,564Sep 29, 2021Updated 4 years ago
- pytorch version of SSD and it's enhanced methods such as RFBSSD,FSSD and RefineDet☆704Mar 27, 2020Updated 5 years ago
- Receptive Field Block Net for Accurate and Fast Object Detection, ECCV 2018☆1,421Nov 2, 2021Updated 4 years ago
- Minimal PyTorch implementation of YOLOv3☆7,438Nov 17, 2024Updated last year
- MobileNetV1, MobileNetV2, VGG based SSD/SSD-lite implementation in Pytorch 1.0 / Pytorch 0.4. Out-of-box support for retraining on Open I…☆1,430Mar 11, 2023Updated 3 years ago
- Caffe: a fast open framework for deep learning.☆4,811Apr 21, 2023Updated 2 years ago
- ☆2,372Sep 18, 2020Updated 5 years ago
- FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)☆3,346Dec 9, 2023Updated 2 years ago
- Single Shot MultiBox Detector in TensorFlow☆4,107Aug 12, 2021Updated 4 years ago
- Object detection, 3D detection, and pose estimation using center point detection:☆7,551Mar 2, 2023Updated 3 years ago
- A PyTorch implementation of the YOLO v3 object detection algorithm☆3,316Jan 16, 2024Updated 2 years ago
- Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.☆9,386Feb 16, 2023Updated 3 years ago
- OpenMMLab Detection Toolbox and Benchmark☆32,507Aug 21, 2024Updated last year
- pytorch1.0 updated. Support cpu test and demo. (Use detectron2, it's a masterpiece)☆1,818Nov 12, 2020Updated 5 years ago
- Repository for Single Shot MultiBox Detector and its variants, implemented with pytorch, python3.☆568Aug 18, 2020Updated 5 years ago
- YOLOv3 in PyTorch > ONNX > CoreML > TFLite☆10,562Mar 16, 2026Updated last week
- RetinaNet in PyTorch☆999Mar 17, 2019Updated 7 years ago
- A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.☆2,818Sep 5, 2019Updated 6 years ago
- Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.☆9,109Apr 22, 2022Updated 3 years ago
- Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html☆7,505Dec 17, 2022Updated 3 years ago
- A simplified implemention of Faster R-CNN that replicate performance from origin paper