Skip to content

Commit d56f79d

Browse files
author
The TensorFlow Datasets Authors
committed
Automated documentation update.
PiperOrigin-RevId: 758119324
1 parent 01d0b4a commit d56f79d

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

docs/catalog/voc.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta itemprop="name" content="TensorFlow Datasets" />
44
</div>
55
<meta itemprop="name" content="voc" />
6-
<meta itemprop="description" content="This dataset contains the data from the PASCAL Visual Object Classes Challenge,&#10;corresponding to the Classification and Detection competitions.&#10;&#10;In the Classification competition, the goal is to predict the set of labels&#10;contained in the image, while in the Detection competition the goal is to&#10;predict the bounding box and label of each individual object.&#10;WARNING: As per the official dataset, the test set of VOC2012 does not contain&#10;annotations.&#10;&#10;To use this dataset:&#10;&#10;```python&#10;import tensorflow_datasets as tfds&#10;&#10;ds = tfds.load(&#x27;voc&#x27;, split=&#x27;train&#x27;)&#10;for ex in ds.take(4):&#10; print(ex)&#10;```&#10;&#10;See [the guide](https://www.tensorflow.org/datasets/overview) for more&#10;informations on [tensorflow_datasets](https://www.tensorflow.org/datasets).&#10;&#10;&lt;img src=&quot;https://storage.googleapis.com/tfds-data/visualization/fig/voc-2007-4.0.0.png&quot; alt=&quot;Visualization&quot; width=&quot;500px&quot;&gt;&#10;&#10;" />
6+
<meta itemprop="description" content="This dataset contains the data from the PASCAL Visual Object Classes Challenge,&#10;corresponding to the Classification and Detection competitions.&#10;&#10;In the Classification competition, the goal is to predict the set of labels&#10;contained in the image, while in the Detection competition the goal is to&#10;predict the bounding box and label of each individual object.&#10;WARNING: As per the official dataset, the test set of VOC2012 does not contain&#10;annotations.&#10;&#10;To use this dataset:&#10;&#10;```python&#10;import tensorflow_datasets as tfds&#10;&#10;ds = tfds.load(&#x27;voc&#x27;, split=&#x27;train&#x27;)&#10;for ex in ds.take(4):&#10; print(ex)&#10;```&#10;&#10;See [the guide](https://www.tensorflow.org/datasets/overview) for more&#10;informations on [tensorflow_datasets](https://www.tensorflow.org/datasets).&#10;&#10;&lt;img src=&quot;https://storage.googleapis.com/tfds-data/visualization/fig/voc-2007-5.0.0.png&quot; alt=&quot;Visualization&quot; width=&quot;500px&quot;&gt;&#10;&#10;" />
77
<meta itemprop="url" content="https://www.tensorflow.org/datasets/catalog/voc" />
88
<meta itemprop="sameAs" content="http://host.robots.ox.ac.uk/pascal/VOC/voc2007/" />
99
<meta itemprop="citation" content="@misc{pascal-voc-2007,&#10; author = &quot;Everingham, M. and Van~Gool, L. and Williams, C. K. I. and Winn, J. and Zisserman, A.&quot;,&#10; title = &quot;The {PASCAL} {V}isual {O}bject {C}lasses {C}hallenge 2007 {(VOC2007)} {R}esults&quot;,&#10; howpublished = &quot;http://www.pascal-network.org/challenges/VOC/voc2007/workshop/index.html&quot;}" />
@@ -12,6 +12,11 @@
1212
# `voc`
1313

1414

15+
Note: This dataset has been updated since the last stable release. The new
16+
versions and config marked with
17+
<span class="material-icons" title="Available only in the tfds-nightly package">nights_stay</span>
18+
are only available in the `tfds-nightly` package.
19+
1520
* **Description**:
1621

1722
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.
3338

3439
* **Versions**:
3540

36-
* **`4.0.0`** (default): No release notes.
41+
* **`5.0.0`** (default)
42+
<span class="material-icons" title="Available only in the tfds-nightly package">nights_stay</span>:
43+
No release notes.
3744

3845
* **Auto-cached**
3946
([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):
@@ -105,7 +112,7 @@ Split | Examples
105112
* **Figure**
106113
([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):
107114

108-
<img src="https://storage.googleapis.com/tfds-data/visualization/fig/voc-2007-4.0.0.png" alt="Visualization" width="500px">
115+
<img src="https://storage.googleapis.com/tfds-data/visualization/fig/voc-2007-5.0.0.png" alt="Visualization" width="500px">
109116

110117
* **Examples**
111118
([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):
@@ -117,7 +124,7 @@ Split | Examples
117124
<button id="displaydataframe">Display examples...</button>
118125
<div id="dataframecontent" style="overflow-x:auto"></div>
119126
<script>
120-
const url = "https://storage.googleapis.com/tfds-data/visualization/dataframe/voc-2007-4.0.0.html";
127+
const url = "https://storage.googleapis.com/tfds-data/visualization/dataframe/voc-2007-5.0.0.html";
121128
const dataButton = document.getElementById('displaydataframe');
122129
dataButton.addEventListener('click', async () => {
123130
// Disable the button after clicking (dataframe loaded only once).
@@ -180,7 +187,7 @@ Split | Examples
180187
* **Figure**
181188
([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):
182189

183-
<img src="https://storage.googleapis.com/tfds-data/visualization/fig/voc-2012-4.0.0.png" alt="Visualization" width="500px">
190+
<img src="https://storage.googleapis.com/tfds-data/visualization/fig/voc-2012-5.0.0.png" alt="Visualization" width="500px">
184191

185192
* **Examples**
186193
([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):
@@ -192,7 +199,7 @@ Split | Examples
192199
<button id="displaydataframe">Display examples...</button>
193200
<div id="dataframecontent" style="overflow-x:auto"></div>
194201
<script>
195-
const url = "https://storage.googleapis.com/tfds-data/visualization/dataframe/voc-2012-4.0.0.html";
202+
const url = "https://storage.googleapis.com/tfds-data/visualization/dataframe/voc-2012-5.0.0.html";
196203
const dataButton = document.getElementById('displaydataframe');
197204
dataButton.addEventListener('click', async () => {
198205
// Disable the button after clicking (dataframe loaded only once).

0 commit comments

Comments
 (0)