afcarl / SSD-Single-Shot-MultiBox-Detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSD-Single-Shot-MultiBox-Detector

(SSD: Single Shot MultiBox Detector, Wei Liu, Dragomir Anguelov, Dumitru Erhan, Christian Szegedy, Scott Reed, Cheng-Yang Fu, Alexander C. Berg, https://arxiv.org/abs/1512.02325)

##Start

th run_me.lua

##Implementation Implemented the SSD300 baseline (fully implemented except data augmentation)

VGG weight is from https://github.com/weiliu89/caffe/tree/ssd

Applying bounding box regression make worse results (BUG)

##Qualitative results 4 28 1084 288 284 51 37

About


Languages

Language:Lua 97.3%Language:Python 2.7%