Skip to content

Commit 620c733

Browse files
committed
added information from feedback
1 parent 74fa626 commit 620c733

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

examples/basics/quick_start.ipynb

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@
9595
"source": [
9696
"## Step 1: Create Dataset and Import Data Row\n",
9797
"\n",
98-
"Below we will be creating a dataset and then attaching a publicly hosted image data row. Typically you would either import data rows that are hosted on a cloud provider (_recommended_) or import them locally. For more information, visit our [import image data section](https://docs.labelbox.com/reference/image) in our developer guides.\n",
98+
"Below, we will create a dataset and then attach a publicly hosted image data row. Typically, you would either import data rows hosted on a cloud provider (_recommended_) or import them locally. For more information, visit our [import image data section](https://docs.labelbox.com/reference/image) in our developer guides.\n",
9999
"\n",
100-
"* Data rows are internal representation of an asset in Labelbox. A data row contains the asset to be labeled and all of the relevant information about that asset\n",
101-
"* A dataset is a collection of data rows imported into Labelbox. They live inside the [_Catelog_](https://docs.labelbox.com/docs/catalog-overview) section of Labelbox."
100+
"- Data rows are internal representations of an asset in Labelbox. A data row contains the asset to be labeled and all of the relevant information about that asset\n",
101+
"- A dataset is a collection of data rows imported into Labelbox. They live inside the [_Catalog_](https://docs.labelbox.com/docs/catalog-overview) section of Labelbox."
102102
]
103103
},
104104
{
@@ -134,7 +134,7 @@
134134
"source": [
135135
"## Step 2: Creating an Ontology\n",
136136
"\n",
137-
"Before we send our data row to a labeling project we first must create an ontology. In the example below we will be creating a simple ontology with a bounding box tool and a check list classification feature. For more information, visit the [ontology section](https://docs.labelbox.com/reference/ontology) inside our developer guides. \n",
137+
"Before we send our data row to a labeling project we first must create an ontology. In the example below we will be creating a simple ontology with a bounding box tool and a checklist classification feature. For more information, visit the [ontology section](https://docs.labelbox.com/reference/ontology) inside our developer guides. \n",
138138
"\n",
139139
"* An ontology is a collection of annotations and their relationships (also known as a taxonomy). Ontologies can be reused across different projects. It is essential for data labeling, model training, and evaluation. Created ontologies with there associated features are located inside the _Schema_ section within Labelbox."
140140
]
@@ -184,7 +184,7 @@
184184
"source": [
185185
"## Step 3: Creating a Project and Attaching our Ontology\n",
186186
"\n",
187-
"Now that we have made our ontology we are ready to create a project were we can label our data row.\n",
187+
"Now that we have made our ontology, we are ready to create a project where we can label our data row.\n",
188188
"\n",
189189
"* Projects are labeling environments in Labelbox similar to a factory assembly line for producing annotations. The initial state of the project can start with raw data, pre-existing ground truth, or pre-labeled data."
190190
]
@@ -211,7 +211,9 @@
211211
"source": [
212212
"## Step 4: Sending our Data Row to our Project by Creating a Batch\n",
213213
"\n",
214-
"With our project created we can send our data rows by creating a batch. Our data rows will start in the initial labeling queue were labelers are able to annotate our data row. For more information on batches, review the [batches section](https://docs.labelbox.com/reference/batch#create-a-batch) of our developer guides."
214+
"With our project created, we can send our data rows by creating a batch. Our data rows will start in the initial labeling queue, where labelers are able to annotate our data row.\n",
215+
"\n",
216+
"* A batch is a curated selection of data rows you can send to a project for labeling. You can create a batch with a combination of data rows within any dataset. For more information on creating batches, review the [batches section](https://docs.labelbox.com/reference/batch#create-a-batch) of our developer guides."
215217
]
216218
},
217219
{
@@ -233,11 +235,11 @@
233235
"cell_type": "markdown",
234236
"metadata": {},
235237
"source": [
236-
"# Step 5: Exporting from our Project\n",
238+
"## Step 5: Exporting from our Project\n",
237239
"\n",
238240
"We have now successfully set up a project for labeling using only the SDK! 🚀 \n",
239241
"\n",
240-
"From here you can either label our data row directly inside the [labeling queue](https://docs.labelbox.com/docs/labeling-queue) or [import annotations](https://docs.labelbox.com/reference/import-image-annotations) through our SDK. Below we will demonstrate the final step of this guide by exporting from our project. Since we did not label any data rows or import annotations within this guide no labels will be presented on our data row. For a full overview of exporting visit our [export overview](https://docs.labelbox.com/reference/label-export) developer guide. "
242+
"From here, you can either label our data row directly inside the [labeling queue](https://docs.labelbox.com/docs/labeling-queue) or [import annotations](https://docs.labelbox.com/reference/import-image-annotations) directly through our SDK. Below we will demonstrate the final step of this guide by exporting from our project. Since we did not label any data rows or import annotations within this guide, no labels will be presented on our data row. For a full overview of exporting, visit our [export overview](https://docs.labelbox.com/reference/label-export) developer guide."
241243
]
242244
},
243245
{
@@ -268,7 +270,8 @@
268270
"metadata": {},
269271
"source": [
270272
"## Clean up\n",
271-
"This section serves as an optional clean up step to delete the Labelbox assets created within this guide. You will need to uncomment the delete methods shown."
273+
"\n",
274+
"This section serves as an optional clean-up step to delete the Labelbox assets created within this guide. You will need to uncomment the delete methods shown."
272275
]
273276
},
274277
{

0 commit comments

Comments
 (0)