Skip to content

Commit 2e39908

Browse files
authored
[SN-120] Added a note around url expiring after 30 days of the export being created. (#1428)
1 parent 408cf7a commit 2e39908

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/exports/composite_mask_export.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"metadata": {},
9797
"source": [
9898
"#### Composite masks\n",
99+
"**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",
99100
"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",
100101
"2. The export and mask URL adhere to the following convention:\n",
101102
" - ***Image example***\n",
@@ -165,7 +166,7 @@
165166
{
166167
"metadata": {},
167168
"source": [
168-
"Here's an example of an entry featuring a composite mask containing the mask instance's RGB color uniquely associated with the annotation.\n",
169+
"Here's an example of an entry featuring a composite mask (see image above) containing the mask instance's RGB color uniquely associated with the annotation.\n",
169170
"\n",
170171
"```json\n",
171172
" {\n",

0 commit comments

Comments
 (0)