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
<meta itemprop="description" content="This dataset contains the data from the PASCAL Visual Object Classes Challenge, corresponding to the Classification and Detection competitions. In the Classification competition, the goal is to predict the set of labels contained in the image, while in the Detection competition the goal is to predict the bounding box and label of each individual object. WARNING: As per the official dataset, the test set of VOC2012 does not contain annotations. To use this dataset: ```python import tensorflow_datasets as tfds ds = tfds.load('voc', split='train') for ex in ds.take(4): print(ex) ``` See [the guide](https://www.tensorflow.org/datasets/overview) for more informations on [tensorflow_datasets](https://www.tensorflow.org/datasets). <img src="https://storage.googleapis.com/tfds-data/visualization/fig/voc-2007-4.0.0.png" alt="Visualization" width="500px"> " />
6
+
<meta itemprop="description" content="This dataset contains the data from the PASCAL Visual Object Classes Challenge, corresponding to the Classification and Detection competitions. In the Classification competition, the goal is to predict the set of labels contained in the image, while in the Detection competition the goal is to predict the bounding box and label of each individual object. WARNING: As per the official dataset, the test set of VOC2012 does not contain annotations. To use this dataset: ```python import tensorflow_datasets as tfds ds = tfds.load('voc', split='train') for ex in ds.take(4): print(ex) ``` See [the guide](https://www.tensorflow.org/datasets/overview) for more informations on [tensorflow_datasets](https://www.tensorflow.org/datasets). <img src="https://storage.googleapis.com/tfds-data/visualization/fig/voc-2007-5.0.0.png" alt="Visualization" width="500px"> " />
<metaitemprop="citation"content="@misc{pascal-voc-2007, author = "Everingham, M. and Van~Gool, L. and Williams, C. K. I. and Winn, J. and Zisserman, A.", title = "The {PASCAL} {V}isual {O}bject {C}lasses {C}hallenge 2007 {(VOC2007)} {R}esults", howpublished = "http://www.pascal-network.org/challenges/VOC/voc2007/workshop/index.html"}" />
@@ -12,6 +12,11 @@
12
12
# `voc`
13
13
14
14
15
+
Note: This dataset has been updated since the last stable release. The new
16
+
versions and config marked with
17
+
<spanclass="material-icons"title="Available only in the tfds-nightly package">nights_stay</span>
18
+
are only available in the `tfds-nightly` package.
19
+
15
20
***Description**:
16
21
17
22
This dataset contains the data from the PASCAL Visual Object Classes Challenge,
@@ -33,7 +38,9 @@ the official dataset, the test set of VOC2012 does not contain annotations.
33
38
34
39
***Versions**:
35
40
36
-
***`4.0.0`** (default): No release notes.
41
+
***`5.0.0`** (default)
42
+
<spanclass="material-icons"title="Available only in the tfds-nightly package">nights_stay</span>:
0 commit comments