Skip to content

Commit 1eb0332

Browse files
committed
reordering
1 parent b75eaac commit 1eb0332

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

examples/analyzing-roboflow-datasets.ipynb

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@
4242
"!pip install -Uq roboflow"
4343
]
4444
},
45+
{
46+
"cell_type": "markdown",
47+
"id": "8e2601ed-fe08-45fa-8393-ae1f14df95b4",
48+
"metadata": {},
49+
"source": [
50+
"## Search Datasets"
51+
]
52+
},
4553
{
4654
"attachments": {
4755
"image-2.png": {
@@ -58,7 +66,7 @@
5866
"id": "7857712c",
5967
"metadata": {},
6068
"source": [
61-
"You'll need an account on Roboflow platform. [Sign-up](https://app.roboflow.com/) for free.\n",
69+
"First, [sign-up for an account](https://app.roboflow.com/) - for free.\n",
6270
"\n",
6371
"You can now search for any dataset on the [platform](https://universe.roboflow.com/) using keywords.\n",
6472
"\n",
@@ -73,6 +81,16 @@
7381
"![image-2.png](attachment:image-2.png)"
7482
]
7583
},
84+
{
85+
"cell_type": "markdown",
86+
"id": "3a08fdbf-0e16-4736-9bf1-df56206c5084",
87+
"metadata": {},
88+
"source": [
89+
"## Download into local folder\n",
90+
"\n",
91+
"In this notebook we will downlaod the Pascal VOC 2012 dataset in COCO format into our local folder."
92+
]
93+
},
7694
{
7795
"cell_type": "code",
7896
"execution_count": null,
@@ -84,16 +102,6 @@
84102
"rf = Roboflow(api_key=\"YOUR_API_KEY\")"
85103
]
86104
},
87-
{
88-
"cell_type": "markdown",
89-
"id": "3a08fdbf-0e16-4736-9bf1-df56206c5084",
90-
"metadata": {},
91-
"source": [
92-
"## Download into local folder\n",
93-
"\n",
94-
"In this notebook we will downlaod the Pascal VOC 2012 dataset in COCO format into our local folder."
95-
]
96-
},
97105
{
98106
"cell_type": "code",
99107
"execution_count": null,

0 commit comments

Comments
 (0)