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
- Our goal is to reproduce this table from the [original paper](http://arxiv.org/abs/1512.02325)
123
+
- Our goal is to reproduce this table from the [original paper](http://arxiv.org/abs/1512.02325)
124
124
<palign="left">
125
125
<imgsrc="http://www.cs.unc.edu/~wliu/papers/ssd_results.png"alt="SSD results on multiple datasets"width="800px"></p>
126
126
127
127
### Try the demo notebook
128
128
- Make sure you have [jupyter notebook](http://jupyter.readthedocs.io/en/latest/install.html) installed.
129
129
- Two alternatives for installing jupyter notebook:
130
-
1. If you installed PyTorch with [conda](https://www.continuum.io/downloads) (recommended), then you should already have it. (Just navigate to the ssd.pytorch cloned repo and run):
131
-
`jupyter notebook`
130
+
1. If you installed PyTorch with [conda](https://www.continuum.io/downloads) (recommended), then you should already have it. (Just navigate to the ssd.pytorch cloned repo and run):
131
+
`jupyter notebook`
132
132
133
133
2. If using [pip](https://pypi.python.org/pypi/pip):
134
-
134
+
135
135
```Shell
136
136
# make sure pip is upgraded
137
137
pip3 install --upgrade pip
@@ -169,5 +169,5 @@ We have accumulated the following to-do list, which we hope to complete in the n
169
169
- Wei Liu, et al. "SSD: Single Shot MultiBox Detector." [ECCV2016]((http://arxiv.org/abs/1512.02325)).
- A huge thank you to [Alex Koltun](https://github.com/alexkoltun) and his team at [Webyclip](webyclip.com) for their help in finishing the data augmentation portion.
172
-
- A list of other great SSD ports that were sources of inspiration (especially the Chainer repo):
0 commit comments