Skip to content

Commit 2c4b608

Browse files
committed
add description
1 parent cce998b commit 2c4b608

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

examples/analyzing-object-detection-dataset.ipynb

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"id": "3c6dffd7"
3030
},
3131
"source": [
32-
"## Installation & Setting Up\n",
33-
"This notebook is written to be run on Google Colab. If you're running fastdup locally, view the installation instructions for your operating system here."
32+
"## Installation"
3433
]
3534
},
3635
{
@@ -49,6 +48,14 @@
4948
"!pip install -Uq fastdup plotly gdown"
5049
]
5150
},
51+
{
52+
"cell_type": "markdown",
53+
"id": "7c841ee4-d27b-4195-939b-8b44be924518",
54+
"metadata": {},
55+
"source": [
56+
"Now, test the installation by printing out the version. If there's no error message, we are ready to go!"
57+
]
58+
},
5259
{
5360
"cell_type": "code",
5461
"execution_count": 2,
@@ -93,7 +100,9 @@
93100
},
94101
"source": [
95102
"## Download Dataset\n",
96-
"We will be using the [COCO minitrain](https://github.com/giddyyupp/coco-minitrain) dataset for this tutorial. Let's download the dataset into our local drive."
103+
"We will be using the [COCO minitrain](https://github.com/giddyyupp/coco-minitrain) dataset for this tutorial. COCO minitrain is a curated mini training set with about 25,000 images or 20% of the original [COCO dataset](https://cocodataset.org/#home).\n",
104+
"\n",
105+
"Let's download the dataset into our local drive."
97106
]
98107
},
99108
{
@@ -125,6 +134,8 @@
125134
},
126135
"source": [
127136
"## Load annotations\n",
137+
"fastdup expects the annotations to be in a specific format.\n",
138+
"\n",
128139
"We will use a simple converter to convert the COCO format JSON annotation file into the fastdup annotation dataframe. This converter is applicable to any dataset which uses COCO format."
129140
]
130141
},

0 commit comments

Comments
 (0)