Skip to content

Commit c836ff7

Browse files
author
gdj0nes
committed
CHG: address comments
1 parent 0809416 commit c836ff7

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed

examples/model_assisted_labeling/image_mal.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"metadata": {},
2424
"outputs": [],
2525
"source": [
26-
"!pip install labelbox requests ndjson scikit-image PILLOW tensorflow opencv-python"
26+
"!pip install -q labelbox requests ndjson scikit-image PILLOW tensorflow opencv-python"
2727
]
2828
},
2929
{
@@ -547,4 +547,4 @@
547547
},
548548
"nbformat": 4,
549549
"nbformat_minor": 5
550-
}
550+
}

examples/model_assisted_labeling/video_mal.ipynb

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
28-
"%%capture\n",
29-
"!pip install labelbox"
28+
"!pip install -q labelbox"
3029
]
3130
},
3231
{
@@ -124,27 +123,6 @@
124123
"project.datasets.connect(dataset)"
125124
]
126125
},
127-
{
128-
"cell_type": "code",
129-
"execution_count": 9,
130-
"id": "vietnamese-kingdom",
131-
"metadata": {},
132-
"outputs": [
133-
{
134-
"data": {
135-
"text/plain": [
136-
"True"
137-
]
138-
},
139-
"execution_count": 9,
140-
"metadata": {},
141-
"output_type": "execute_result"
142-
}
143-
],
144-
"source": [
145-
"project.enable_model_assisted_labeling()"
146-
]
147-
},
148126
{
149127
"cell_type": "markdown",
150128
"id": "portable-grenada",

0 commit comments

Comments
 (0)