All Projects → kuangliu → Pytorch Ssd

kuangliu / Pytorch Ssd

Licence: mit
Single Shot MultiBox Detector in PyTorch [deprecated]

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pytorch Ssd

Ssd tensorflow traffic sign detection
Implementation of Single Shot MultiBox Detector in TensorFlow, to detect and classify traffic signs
Stars: ✭ 459 (+359%)
Mutual labels:  ssd
Unburden Home Dir
Automatically unburden $HOME from caches, etc. Useful for $HOME on SSDs, small disks or slow NFS homes. Can be triggered via an hook in /etc/X11/Xsession.d/.
Stars: ✭ 48 (-52%)
Mutual labels:  ssd
Ssds pytorch
Multiple basenet MobileNet v1,v2, ResNet combined with SSD detection method and it's variants such as RFB, FSSD etc.
Stars: ✭ 71 (-29%)
Mutual labels:  ssd
Sirix
SirixDB is a temporal, evolutionary database system, which uses an accumulate only approach. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach called sliding snapshot.
Stars: ✭ 638 (+538%)
Mutual labels:  ssd
Training extensions
Trainable models and NN optimization tools
Stars: ✭ 857 (+757%)
Mutual labels:  ssd
Ssd Knowledge Distillation
A PyTorch Implementation of Knowledge Distillation on SSD
Stars: ✭ 51 (-49%)
Mutual labels:  ssd
Ssd.pytorch
A PyTorch Implementation of Single Shot MultiBox Detector
Stars: ✭ 4,499 (+4399%)
Mutual labels:  ssd
Ezfio
Simple NVME/SAS/SATA SSD test framework for Linux and Windows
Stars: ✭ 91 (-9%)
Mutual labels:  ssd
Ssd Led
Drive Activity Indicator
Stars: ✭ 38 (-62%)
Mutual labels:  ssd
Ssd Models
把极速检测器的门槛给我打下来make lightweight caffe-ssd great again
Stars: ✭ 62 (-38%)
Mutual labels:  ssd
Pytorchssd
pytorch version of SSD and it's enhanced methods such as RFBSSD,FSSD and RefineDet
Stars: ✭ 697 (+597%)
Mutual labels:  ssd
Cv Papers
计算机视觉相关论文整理、记录、分享; 包括图像分类、目标检测、视觉跟踪/目标跟踪、人脸识别/人脸验证、OCR/场景文本检测及识别等领域。欢迎加星,欢迎指正错误,同时也期待能够共同参与!!! 持续更新中... ...
Stars: ✭ 738 (+638%)
Mutual labels:  ssd
Training toolbox caffe
Training Toolbox for Caffe
Stars: ✭ 51 (-49%)
Mutual labels:  ssd
Ssds.pytorch
Repository for Single Shot MultiBox Detector and its variants, implemented with pytorch, python3.
Stars: ✭ 570 (+470%)
Mutual labels:  ssd
Badger
Fast key-value DB in Go.
Stars: ✭ 10,127 (+10027%)
Mutual labels:  ssd
Redis source annotation
redis 3.2.8 的源码注释
Stars: ✭ 452 (+352%)
Mutual labels:  ssd
Pytorch Ssd
MobileNetV1, MobileNetV2, VGG based SSD/SSD-lite implementation in Pytorch 1.0 / Pytorch 0.4. Out-of-box support for retraining on Open Images dataset. ONNX and Caffe2 support. Experiment Ideas like CoordConv.
Stars: ✭ 1,054 (+954%)
Mutual labels:  ssd
Openseachest
Cross platform utilities useful for performing various operations on SATA, SAS, NVMe, and USB storage devices.
Stars: ✭ 98 (-2%)
Mutual labels:  ssd
Tf Object Detection
Simpler app for tensorflow object detection API
Stars: ✭ 91 (-9%)
Mutual labels:  ssd
Ssd
High quality, fast, modular reference implementation of SSD in PyTorch
Stars: ✭ 1,060 (+960%)
Mutual labels:  ssd

PyTorch-SSD has been deprecated. Please see torchcv, which includes an implementation of SSD300/SSD512.

Single Shot MultiBox Detector in PyTorch.

Test

img

Use pretrained VGG16 model

I do not recommend training SSD from scratch. Use pretrained VGG model helps a lot to achieve lower losses.

I use the pretrained pytorch/vision VGG16 model from PyTorch model zoo.

Credit

This implementation is initially inspired by:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].