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
@@ -167,16 +180,18 @@ which can be obtained by index.
167
180
:end-before: """"""
168
181
169
182
There is only one label type in "BSTLD" dataset, which is ``box2d``.
183
+
170
184
The information stored in :ref:`reference/label_format/CommonLabelProperties:category` is
171
185
one of the names in "categories" list of :ref:`catalog.json <BSTLD-catalog>`. The information stored
172
186
in :ref:`reference/label_format/CommonLabelProperties:attributes` is one or several of the attributes in "attributes" list of :ref:`catalog.json <BSTLD-catalog>`.
173
187
See :ref:`reference/label_format/Box2D:Box2D` label format for more details.
Copy file name to clipboardExpand all lines: docs/source/quick_start/examples/DogsVsCats.rst
+42-24Lines changed: 42 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
-
##############
2
-
Dogs vs Cats
3
-
##############
4
1
5
-
This topic describes how to manage the `Dogs vs Cats Dataset <https://gas.graviti.cn/dataset/data-decorators/DogsVsCats>`_,
6
-
which is a dataset with :ref:`reference/label_format/Classification:Classification` label.
2
+
3
+
##################
4
+
Dogs Vs Cats
5
+
##################
6
+
7
+
This topic describes how to manage the `Dogs Vs Cats Dataset <https://gas.graviti.cn/dataset/data-decorators/DogsVsCats>`_,
8
+
which is a dataset with :ref:`reference/label_format/Classification:Classification` label
7
9
8
10
*****************************
9
11
Authorize a Client Instance
@@ -29,27 +31,39 @@ An :ref:`reference/glossary:accesskey` is needed to authenticate identity when u
29
31
Organize Dataset
30
32
******************
31
33
32
-
Normally, ``dataloader.py`` and ``catalog.json`` are required to organize the "Dogs vs Cats" dataset into the :class:`~tensorbay.dataset.dataset.Dataset` instance.
34
+
Normally, ``dataloader.py`` and ``catalog.json`` are required to organize the "Dogs Vs Cats" dataset into the :class:`~tensorbay.dataset.dataset.Dataset` instance.
33
35
In this example, they are stored in the same directory like::
34
36
35
-
Dogs vs Cats/
37
+
Dogs Vs Cats/
36
38
catalog.json
37
39
dataloader.py
38
40
39
41
Step 1: Write the Catalog
40
42
=========================
41
43
42
44
A :ref:`reference/dataset_structure:catalog` contains all label information of one dataset, which
43
-
is typically stored in a json file like ``catalog.json``.
45
+
is typically stored in a json file like ``catalog.json``.
@@ -155,15 +169,19 @@ which can be obtained by index.
155
169
:start-after: """Read Dataset / get label"""
156
170
:end-before: """"""
157
171
158
-
There is only one label type in "Dogs vs Cats" dataset, which is ``classification``. The information stored in :ref:`reference/label_format/CommonLabelProperties:category` is
159
-
one of the names in "categories" list of :ref:`catalog.json <dogsvscats-catalog>`.
172
+
There is only one label type in "Dogs Vs Cats" dataset, which is ``classification``.
173
+
174
+
The information stored in :ref:`reference/label_format/CommonLabelProperties:category` is
175
+
one of the names in "categories" list of :ref:`catalog.json <DogsVsCats-catalog>`. The information stored
176
+
in :ref:`reference/label_format/CommonLabelProperties:attributes` is one or several of the attributes in "attributes" list of :ref:`catalog.json <DogsVsCats-catalog>`.
160
177
See :ref:`reference/label_format/Classification:Classification` label format for more details.
0 commit comments