diff --git a/README.md b/README.md index 2d79c85db..8ba695cbc 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,5 @@ # SSD: Single Shot MultiBox Object Detector, in PyTorch -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). - -## Authors - -* [**Max deGroot**](https://github.com/amdegroot) -* [**Ellis Brown**](http://github.com/ellisbrown) - -***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. +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). @@ -155,6 +148,12 @@ We have accumulated the following to-do list, which you can expect to be done in * Support for SSD512 training and testing * Support for training on custom datasets +## Authors + +* [**Max deGroot**](https://github.com/amdegroot) +* [**Ellis Brown**](http://github.com/ellisbrown) + +***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. ## References - Wei Liu, et al. "SSD: Single Shot MultiBox Detector." [ECCV2016]((http://arxiv.org/abs/1512.02325)).