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
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,7 @@ A [PyTorch](http://pytorch.org/) implementation of [Single Shot MultiBox Detecto
40
40
python -m visdom.server
41
41
```
42
42
* Then (during training) navigate to http://localhost:8097/ (see the Train section below for training details).
43
-
- Note: For training, we currently only support [VOC](http://host.robots.ox.ac.uk/pascal/VOC/), but are adding [COCO](http://mscoco.org/) and hopefully [ImageNet](http://www.image-net.org/) soon.
44
-
- UPDATE: We have switched from PIL Image support to cv2. The plan is to create a branch that uses PIL as well.
43
+
- Note: For training, we currently only support [VOC](http://host.robots.ox.ac.uk/pascal/VOC/), but are adding [COCO](http://mscoco.org/) and hopefully [ImageNet](http://www.image-net.org/) soon.
45
44
46
45
## Datasets
47
46
To make things easy, we provide a simple VOC dataset loader that inherits `torch.utils.data.Dataset` making it fully compatible with the `torchvision.datasets`[API](http://pytorch.org/docs/torchvision/datasets.html).
0 commit comments