Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 998 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 998 Bytes

SSD: Single Shot MultiBox Detector

By Wei Liu, Dragomir Anguelov, Dumitru Erhan, Christian Szegedy, Scott Reed, Cheng-Yang Fu, Alexander C. Berg.

SSD is an unified framework for object detection with a single network. You can use the code to train/evaluate a network for object detection task. For more details, please refer to our arXiv paper and our slide.

https://github.com/weiliu89/caffe/tree/ssd

installCaffeJTX2

By jetsonhacks

Scripts to install Caffe and dependencies on the NVIDIA Jetson TX2 Development Kit.

https://github.com/jetsonhacks/installCaffeJTX2