Skip to content

Commit 4d2e828

Browse files
authored
Update README.md
1 parent 2328f2b commit 4d2e828

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# SSD: Single Shot MultiBox Object Detector, in PyTorch
2-
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-
4-
## Authors
5-
6-
* [**Max deGroot**](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.
2+
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).
103

114

125
<img align="right" src= "https://github.com/amdegroot/ssd.pytorch/blob/master/doc/ssd.png" height = 400/>
@@ -155,6 +148,12 @@ We have accumulated the following to-do list, which you can expect to be done in
155148
* Support for SSD512 training and testing
156149
* Support for training on custom datasets
157150

151+
## Authors
152+
153+
* [**Max deGroot**](https://github.com/amdegroot)
154+
* [**Ellis Brown**](http://github.com/ellisbrown)
155+
156+
***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.
158157

159158
## References
160159
- Wei Liu, et al. "SSD: Single Shot MultiBox Detector." [ECCV2016]((http://arxiv.org/abs/1512.02325)).

0 commit comments

Comments
 (0)