You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ A [PyTorch](http://pytorch.org/) implementation of [Single Shot MultiBox Detecto
3
3
4
4
## Authors
5
5
6
-
*[**Max de Groot**](https://github.com/amdegroot)
6
+
*[**Max deGroot**](https://github.com/amdegroot)
7
7
*[**Ellis Brown**](http://github.com/ellisbrown)
8
8
9
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.
@@ -78,7 +78,6 @@ python train.py
78
78
79
79
- Note:
80
80
* For training, an NVIDIA GPU is strongly recommended for speed.
81
-
* Currently we only support training on v2 (the newest version).
82
81
* For instructions on Visdom usage/installation, see the <ahref='#installation'>Installation</a> section.
83
82
* You can pick-up training from a checkpoint by specifying the path as one of the training parameters (again, see `train.py` for options)
84
83
@@ -114,9 +113,9 @@ You can specify the parameters listed in the `eval.py` file by flagging them or
114
113
#### Download a pre-trained network
115
114
- We are trying to provide PyTorch `state_dicts` (dict of weight tensors) of the latest SSD model definitions trained on different datasets.
116
115
- Currently, we provide the following PyTorch models:
117
-
* SSD300 v2 trained on VOC0712 (newest PyTorch version)
116
+
* SSD300 trained on VOC0712 (newest PyTorch weights)
0 commit comments