Skip to content

Commit ba2254a

Browse files
authored
Update README.md
1 parent dfe59d1 commit ba2254a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# SSD: Single Shot MultiBox Object Detector, in PyTorch
22
A [PyTorch](http://pytorch.org/) implementation of [Single Shot MultiBox Detector](http://arxiv.org/abs/1512.02325) from the 2016 paper by Wei Liu, Dragomir Anguelov, Dumitru Erhan, Christian Szegedy, Scott Reed, Cheng-Yang, and Alexander C. Berg. The official and original Caffe code can be found [here](https://github.com/weiliu89/caffe/tree/ssd).
3-
- Note: Unfortunately, this is just a hobby of mine and not my full-time job, so I will do my best to keep things up to date, but no guarantees. That being said, thanks to everyone for your continued help and feedback as it is really appreciated, and I will try to address everything as soon as I can.
3+
4+
## Authors
5+
6+
* [**Max de Groot**](https://github.com/amdegroot)
7+
* [**Ellis Brown**](http://github.com/ellisbrown)
8+
9+
***Note:*** Unfortunately, this is just a hobby of ours and not a full-time job, so we'll do our best to keep things up to date, but no guarantees. That being said, thanks to everyone for your continued help and feedback as it is really appreciated. We will try to address everything as soon as possible.
410

511

612
<img align="right" src= "https://github.com/amdegroot/ssd.pytorch/blob/master/doc/ssd.png" height = 400/>

0 commit comments

Comments
 (0)