Skip to content

Commit 53031fa

Browse files
authored
Merge branch 'develop' into al-1555
2 parents 955f5af + 8b2088d commit 53031fa

32 files changed

+1447
-1201
lines changed

examples/annotation_types/basics.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@
9595
"import os"
9696
]
9797
},
98+
{
99+
"cell_type": "markdown",
100+
"id": "3150348b",
101+
"metadata": {},
102+
"source": [
103+
"# API Key and Client\n",
104+
"Provide a valid api key below in order to properly connect to the Labelbox Client."
105+
]
106+
},
98107
{
99108
"cell_type": "code",
100109
"execution_count": 4,

examples/annotation_types/converters.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@
7373
"import cv2"
7474
]
7575
},
76+
{
77+
"cell_type": "markdown",
78+
"id": "3813874a",
79+
"metadata": {},
80+
"source": [
81+
"# API Key and Client\n",
82+
"Provide a valid api key below in order to properly connect to the Labelbox Client."
83+
]
84+
},
7685
{
7786
"cell_type": "code",
7887
"execution_count": 4,

examples/annotation_types/label_containers.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@
7070
"import os"
7171
]
7272
},
73+
{
74+
"cell_type": "markdown",
75+
"id": "ec0019f3",
76+
"metadata": {},
77+
"source": [
78+
"# API Key and Client\n",
79+
"Provide a valid api key below in order to properly connect to the Labelbox Client."
80+
]
81+
},
7382
{
7483
"cell_type": "code",
7584
"execution_count": 4,

examples/annotation_types/mal_using_annotation_types.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,15 @@
9393
"from image_model import predict, class_mappings, load_model"
9494
]
9595
},
96+
{
97+
"cell_type": "markdown",
98+
"id": "33766465",
99+
"metadata": {},
100+
"source": [
101+
"# API Key and Client\n",
102+
"Provide a valid api key below in order to properly connect to the Labelbox Client."
103+
]
104+
},
96105
{
97106
"cell_type": "code",
98107
"execution_count": 6,

examples/annotation_types/tiled_imagery_basics.ipynb

Lines changed: 454 additions & 379 deletions
Large diffs are not rendered by default.

examples/basics/basics.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,15 @@
124124
"* Starting point for all db interactions"
125125
]
126126
},
127+
{
128+
"cell_type": "markdown",
129+
"id": "485451ad",
130+
"metadata": {},
131+
"source": [
132+
"# API Key and Client\n",
133+
"Provide a valid api key below in order to properly connect to the Labelbox Client."
134+
]
135+
},
127136
{
128137
"cell_type": "code",
129138
"execution_count": 5,

examples/basics/data_row_metadata.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,15 @@
101101
"from pprint import pprint"
102102
]
103103
},
104+
{
105+
"cell_type": "markdown",
106+
"id": "014d3d1b",
107+
"metadata": {},
108+
"source": [
109+
"# API Key and Client\n",
110+
"Provide a valid api key below in order to properly connect to the Labelbox Client."
111+
]
112+
},
104113
{
105114
"cell_type": "code",
106115
"execution_count": 3,

examples/basics/data_rows.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,15 @@
8484
"PROJECT_ID = \"ckpnfquwy0kyg0y8t9rwb99cz\""
8585
]
8686
},
87+
{
88+
"cell_type": "markdown",
89+
"id": "b0b09aee",
90+
"metadata": {},
91+
"source": [
92+
"# API Key and Client\n",
93+
"Provide a valid api key below in order to properly connect to the Labelbox Client."
94+
]
95+
},
8796
{
8897
"cell_type": "code",
8998
"execution_count": 5,

examples/basics/datasets.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@
8787
"DATASET_ID = \"ckm4xyfua04cf0z7a3wz58kgj\""
8888
]
8989
},
90+
{
91+
"cell_type": "markdown",
92+
"id": "1a0b4115",
93+
"metadata": {},
94+
"source": [
95+
"# API Key and Client\n",
96+
"Provide a valid api key below in order to properly connect to the Labelbox Client."
97+
]
98+
},
9099
{
91100
"cell_type": "code",
92101
"execution_count": 5,

examples/basics/labels.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@
8585
"PROJECT_ID = \"ckmdx02yhzsrt0757owj3aprx\""
8686
]
8787
},
88+
{
89+
"cell_type": "markdown",
90+
"id": "2969df72",
91+
"metadata": {},
92+
"source": [
93+
"# API Key and Client\n",
94+
"Provide a valid api key below in order to properly connect to the Labelbox Client."
95+
]
96+
},
8897
{
8998
"cell_type": "code",
9099
"execution_count": 5,

0 commit comments

Comments
 (0)