Skip to content

Commit 93b7e77

Browse files
committed
cleanup
1 parent 8d7ef36 commit 93b7e77

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+278
-217
lines changed

docs/source/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,11 @@
9999
# List of patterns, relative to source directory, that match files and
100100
# directories to ignore when looking for source files.
101101
# This pattern also affects html_static_path and html_extra_path.
102-
exclude_patterns = ["_includes"]
102+
exclude_patterns = [
103+
"_includes",
104+
"model_zoo/models/model_cards.rst",
105+
"dataset_zoo/datasets/dataset_cards.rst",
106+
]
103107

104108
# A string of reStructuredText that will be included at the beginning of every
105109
# source file that is read

docs/source/dataset_zoo/api.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,6 @@ You can interact with the Dataset Zoo either via the Python library or the CLI:
1919
provides convenient utilities for working with datasets in the FiftyOne
2020
Dataset Zoo.
2121

22-
.. note::
23-
24-
Some datasets are loaded via the
25-
`TorchVision Datasets <https://pytorch.org/vision/stable/datasets.html>`_
26-
or `TensorFlow Datasets <https://www.tensorflow.org/datasets>`_ packages
27-
under the hood.
28-
29-
If you do not have a :ref:`suitable package <dataset-zoo-ml-backend>`
30-
installed when attempting to download a zoo dataset, you'll see an error
31-
message that will help you install one.
32-
3322
.. _dataset-zoo-list:
3423

3524
Listing zoo datasets

docs/source/dataset_zoo/datasets/activitynet_100.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
ActivityNet 100
44
---------------
55

6+
.. default-role:: code
7+
68
ActivityNet is a large-scale video dataset for human activity understanding
79
supporting the tasks of global video classification, trimmed activity
810
classification, and temporal activity detection.

docs/source/dataset_zoo/datasets/activitynet_200.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
ActivityNet 200
44
---------------
55

6+
.. default-role:: code
7+
68
ActivityNet is a large-scale video dataset for human activity understanding
79
supporting the tasks of global video classification, trimmed activity
810
classification, and temporal activity detection.

docs/source/dataset_zoo/datasets/bdd100k.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
BDD100K
44
-------
55

6+
.. default-role:: code
7+
68
The Berkeley Deep Drive (BDD) dataset is one of the largest and most diverse
79
video datasets for autonomous vehicles.
810

docs/source/dataset_zoo/datasets/caltech101.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Caltech-101
44
-----------
55

6+
.. default-role:: code
7+
68
The Caltech-101 dataset of images.
79

810
The dataset consists of pictures of objects belonging to 101 classes, plus

docs/source/dataset_zoo/datasets/caltech256.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Caltech-256
44
-----------
55

6+
.. default-role:: code
7+
68
The Caltech-256 dataset of images.
79

810
The dataset consists of pictures of objects belonging to 256 classes, plus

docs/source/dataset_zoo/datasets/cifar10.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
CIFAR-10
44
--------
55

6+
.. default-role:: code
7+
68
The CIFAR-10 dataset of images.
79

810
The dataset consists of 60,000 32 x 32 color images in 10 classes, with 6,000

docs/source/dataset_zoo/datasets/cifar100.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
CIFAR-100
44
---------
55

6+
.. default-role:: code
7+
68
The CIFAR-100 dataset of images.
79

810
The dataset consists of 60,000 32 x 32 color images in 100 classes, with

docs/source/dataset_zoo/datasets/cityscapes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Cityscapes
44
----------
55

6+
.. default-role:: code
7+
68
Cityscapes is a large-scale dataset that contains a diverse set of
79
stereo video sequences recorded in street scenes from 50 different cities,
810
with high quality pixel-level annotations of 5,000 frames in addition to a

0 commit comments

Comments
 (0)