Skip to content

Commit 8424613

Browse files
committed
update description
1 parent a1c47e5 commit 8424613

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

examples/analyzing-labelbox-datasets.ipynb

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,7 @@
4545
"[![Explore the Docs](https://img.shields.io/badge/Explore%20the%20Docs-blue?style=for-the-badge&labelColor=gray&logo=read-the-docs)](https://visual-layer.readme.io/docs/run-on-precomputed-feature-vectors)\n",
4646
"\n",
4747
"\n",
48-
"If you have datasets from LabelBox this notebook shows how you can analyze them.\n",
49-
"```"
50-
]
51-
},
52-
{
53-
"cell_type": "markdown",
54-
"id": "bae6d61b-3beb-46ad-b53a-895e78d3cf5f",
55-
"metadata": {},
56-
"source": [
57-
"In this notebook we show an end-to-end example on how you can pre-compute feature vectors using fastdup and DINOv2 model and use the features to surface dataset issues."
48+
"If you have datasets from LabelBox this notebook shows how you can download datasets from your Labelbox account and analyze them for issues with fastdup."
5849
]
5950
},
6051
{
@@ -179,7 +170,8 @@
179170
"id": "390f9cd9-08cf-42bb-947b-546f7a520e5b",
180171
"metadata": {},
181172
"source": [
182-
"## Download Dataset "
173+
"## Download Dataset\n",
174+
"The Labelbox SDK does not provide a way to bulk download the dataset. We will download the dataset by iterating over each image in the dataset."
183175
]
184176
},
185177
{
@@ -230,7 +222,8 @@
230222
"id": "1766b743-51bc-4be6-8827-5777fa085a93",
231223
"metadata": {},
232224
"source": [
233-
"## Run fastdup"
225+
"## Run fastdup\n",
226+
"One the dataset download completes, analyze the image folder where the dataset is stored."
234227
]
235228
},
236229
{
@@ -1452,7 +1445,7 @@
14521445
"metadata": {},
14531446
"source": [
14541447
"## Wrap Up\n",
1455-
"In this tutorial, we showed how you can run fastdup using pre-computed feature vectors. Running over pre-computed feature vectors significantly reduces run time compared to running over raw image files.\n",
1448+
"In this tutorial, we showed how you can download datasets from your Labelbox and analyze it with fastdup.\n",
14561449
"\n",
14571450
"Next, feel free to check out other tutorials -\n",
14581451
"\n",

0 commit comments

Comments
 (0)