Skip to content

Commit 40dc14a

Browse files
authored
Update README.md
1 parent f4432c8 commit 40dc14a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ A [PyTorch](http://pytorch.org/) implementation of [Single Shot MultiBox Detecto
4040
python -m visdom.server
4141
```
4242
* 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.
4544

4645
## Datasets
4746
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

Comments
 (0)