All Projects → TanyaChutani → SSD-Tensorflow2.0

TanyaChutani / SSD-Tensorflow2.0

Licence: other
A Tensorflow2.0 implementation of Single Shot Detector

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to SSD-Tensorflow2.0

SSD Demo Android
基于 mxnet, 实现 ssd demo for android
Stars: ✭ 14 (-44%)
Mutual labels:  ssd
shd
Show pretty HDD/SSD list
Stars: ✭ 37 (+48%)
Mutual labels:  ssd
keras cv attention models
Keras/Tensorflow attention models including beit,botnet,CMT,CoaT,CoAtNet,convnext,cotnet,davit,efficientdet,efficientnet,fbnet,gmlp,halonet,lcnet,levit,mlp-mixer,mobilevit,nfnets,regnet,resmlp,resnest,resnext,resnetd,swin,tinynet,uniformer,volo,wavemlp,yolor,yolox
Stars: ✭ 159 (+536%)
Mutual labels:  tf2
CRNN.tf2
Convolutional Recurrent Neural Network(CRNN) for End-to-End Text Recognition - TensorFlow 2
Stars: ✭ 131 (+424%)
Mutual labels:  tf2
tf-faster-rcnn
Tensorflow 2 Faster-RCNN implementation from scratch supporting to the batch processing with MobileNetV2 and VGG16 backbones
Stars: ✭ 88 (+252%)
Mutual labels:  tf2
SSD-Pruning-and-quantization
Pruning and quantization for SSD. Model compression.
Stars: ✭ 19 (-24%)
Mutual labels:  ssd
spectral normalization-tf2
🌈 Spectral Normalization implemented as Tensorflow 2
Stars: ✭ 36 (+44%)
Mutual labels:  tf2
Fourier-Analysis-Digital-Images
Fourier analysis applications for image matching.
Stars: ✭ 18 (-28%)
Mutual labels:  ssd
FEMU
FEMU: Accurate, Scalable and Extensible NVMe SSD Emulator (FAST'18)
Stars: ✭ 213 (+752%)
Mutual labels:  ssd
map-compiling-toolkit
Tools for map compiling in Source Engine, tailored for Garry's Mod (and metastruct, sorry)
Stars: ✭ 17 (-32%)
Mutual labels:  tf2
tf2attributes
TF2Attributes SourceMod plugin
Stars: ✭ 19 (-24%)
Mutual labels:  tf2
coral-pi-rest-server
Perform inferencing of tensorflow-lite models on an RPi with acceleration from Coral USB stick
Stars: ✭ 49 (+96%)
Mutual labels:  ssd
CNN-Series-Getting-Started-and-PyTorch-Implementation
我的笔记和Demo,包含分类,检测、分割、知识蒸馏。
Stars: ✭ 49 (+96%)
Mutual labels:  ssd
leysourceengineclient
A source engine network client implementation based on some of my reversing work with basic functionality ( joining servers, talking, receiving/sending voicedata etc. ). Made this & reversed netchan to learn about Sources networking.
Stars: ✭ 122 (+388%)
Mutual labels:  tf2
hand detection
A Light CNN based Method for Hand Detection and Orientation Estimation
Stars: ✭ 116 (+364%)
Mutual labels:  ssd
gsmartcontrol
GSmartControl - Hard disk drive and SSD health inspection tool
Stars: ✭ 183 (+632%)
Mutual labels:  ssd
disktrim
Windows application to send TRIM / UNMAP / DISCARD to SSD. Similar to blkdiscard.
Stars: ✭ 17 (-32%)
Mutual labels:  ssd
tf-bhop
Simplistic Team Fortress 2 bunnyhop plugin
Stars: ✭ 17 (-32%)
Mutual labels:  tf2
Creators.TF-Community-Launcher
The Creators.TF Community Launcher is a launcher created to help install and update mod content for TF2.
Stars: ✭ 49 (+96%)
Mutual labels:  tf2
CacheLib
Pluggable in-process caching engine to build and scale high performance services
Stars: ✭ 637 (+2448%)
Mutual labels:  ssd

Single Shot Detector for Densely Packed Objects

  • A TensorFlow implementation of object detection paper: SSD - Single Shot MultiBox Detector.
  • Replaced the existing VGG backbone with DenseNet to achieve better performance.
  • Calibrated the default anchors to better suit for the new dataset
  • Trained the model on the SKU110K dataset consisting of 12k grocery store images with each image having 200 objects on average, often appearing similar or identical and positioned in close proximity.

Model

Result

Matched default boxes

Pretrained Weights Download

@misc{liu2015ssd,
    title={SSD: Single Shot MultiBox Detector},
    author={Wei Liu and Dragomir Anguelov and Dumitru Erhan and Christian Szegedy and Scott Reed and Cheng-Yang Fu and Alexander                       C.Berg},
    year={2015},
    eprint={1512.02325},
    archivePrefix={arXiv},
    primaryClass={cs.CV}
}
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].