Skip to content

Commit 68c1da5

Browse files
committed
added VOC to readme
1 parent 20ff081 commit 68c1da5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,17 @@ here <https://github.com/facebook/fb.resnet.torch/blob/master/INSTALL.md#downloa
203203
`Here is an
204204
example <https://github.com/pytorch/examples/blob/27e2a46c1d1505324032b1d94fc6ce24d5b67e97/imagenet/main.py#L48-L62>`__.
205205

206+
PASCAL VOC
207+
~~~~~~~~~~~
208+
209+
Detection:
210+
^^^^^^^^^^
211+
``dset.VOCDetection(root="dir of VOCdevkit", image_set="train/val/test", [transform, target_transform, dataset_name="VOC2007"])``
212+
213+
Segmentation:
214+
^^^^^^^^^^^^^
215+
``dset.VOCSegmentation(root="dir of VOCdevkit", image_set="train/val/test", [transform, target_transform, dataset_name="VOC2007"])``
216+
206217
Models
207218
======
208219

0 commit comments

Comments
 (0)