Skip to content

Commit 627a2a7

Browse files
authored
Update composite_mask_export.ipynb
1 parent 693d22c commit 627a2a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/exports/composite_mask_export.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"\n",
3636
"Composite masks are a combination of mask instances grouped in a single mask URL. \n",
3737
"\n",
38-
"The purpose of this demo is to demonstrate how to transition from exporting single masks to exporting composite masks. "
38+
"This demo aims to demonstrate how to transition from exporting single masks to exporting composite masks. "
3939
],
4040
"cell_type": "markdown"
4141
},
@@ -64,7 +64,7 @@
6464
"metadata": {},
6565
"source": [
6666
"## API key and client\n",
67-
"Provide a valid API key below in order to properly connect to the Labelbox client. Please review [Create API key guide](https://docs.labelbox.com/reference/create-api-key) for more information."
67+
"Provide a valid API key below to properly connect to the Labelbox client. Please review [Create API key guide](https://docs.labelbox.com/reference/create-api-key) for more information."
6868
],
6969
"cell_type": "markdown"
7070
},
@@ -87,8 +87,8 @@
8787
"source": [
8888
"### Composite masks\n",
8989
"**IMPORTANT :** The URL for the ```composite_mask``` from exports older than 30 days will no longer be accessible. To obtain a functional URL after this period, please generate a new export for the mask.\n",
90-
"1. A single mask url contains all mask instances from a single label. For videos a composite mask contains all mask instances for the frame in each label. \n",
91-
"2. The export and mask URL adhere to the following convention:\n",
90+
"1. A single mask URL contains all mask instances from a single label. For videos a composite mask contains all mask instances for the frame in each label. \n",
91+
"2. The export and mask URL adheres to the following convention:\n",
9292
" - ***Image example***\n",
9393
"```json \n",
9494
" {\n",
@@ -244,4 +244,4 @@
244244
"execution_count": null
245245
}
246246
]
247-
}
247+
}

0 commit comments

Comments
 (0)