Skip to content

Commit f5deef5

Browse files
authored
Visual_NLP_Resource_Fix (#1724)
1 parent 6aa8251 commit f5deef5

File tree

11 files changed

+1636
-811
lines changed

11 files changed

+1636
-811
lines changed

tutorials/Certification_Trainings/Training_Notebooks & Slides/Visual_NLP/Visual_03_Text_Recognition.ipynb

Lines changed: 220 additions & 193 deletions
Large diffs are not rendered by default.

tutorials/Certification_Trainings/Training_Notebooks & Slides/Visual_NLP/Visual_08_Question_Answering.ipynb

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

tutorials/Certification_Trainings/Training_Notebooks & Slides/Visual_NLP/Visual_10_Light_Pipelines.ipynb

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

tutorials/Certification_Trainings/Training_Notebooks & Slides/Visual_NLP/Visual_11_Dicom_Streaming.ipynb

Lines changed: 52 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"name": "stderr",
101101
"output_type": "stream",
102102
"text": [
103-
"25/10/21 09:36:28 WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable\n",
103+
"25/10/22 19:46:34 WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable\n",
104104
"Setting default log level to \"WARN\".\n",
105105
"To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use setLogLevel(newLevel).\n"
106106
]
@@ -122,7 +122,7 @@
122122
" <div>\n",
123123
" <p><b>SparkContext</b></p>\n",
124124
"\n",
125-
" <p><a href=\"http://071af2228ca5:4040\">Spark UI</a></p>\n",
125+
" <p><a href=\"http://f94dde53c389:4040\">Spark UI</a></p>\n",
126126
"\n",
127127
" <dl>\n",
128128
" <dt>Version</dt>\n",
@@ -138,7 +138,7 @@
138138
" "
139139
],
140140
"text/plain": [
141-
"<pyspark.sql.session.SparkSession at 0x7d37955e3860>"
141+
"<pyspark.sql.session.SparkSession at 0x7065c1ad6cc0>"
142142
]
143143
},
144144
"execution_count": 1,
@@ -187,6 +187,54 @@
187187
"</ul>"
188188
]
189189
},
190+
{
191+
"cell_type": "markdown",
192+
"id": "9d732790-2805-4368-8bc4-90291fff546e",
193+
"metadata": {},
194+
"source": [
195+
"## Download MIDIB Pixel Data"
196+
]
197+
},
198+
{
199+
"cell_type": "code",
200+
"execution_count": null,
201+
"id": "6862a9ba-edbb-4921-8528-b45ff9961ad3",
202+
"metadata": {},
203+
"outputs": [],
204+
"source": [
205+
"!pip install gdown"
206+
]
207+
},
208+
{
209+
"cell_type": "code",
210+
"execution_count": null,
211+
"id": "0fd8fbb4-9460-41ed-b352-76bc995bf794",
212+
"metadata": {},
213+
"outputs": [],
214+
"source": [
215+
"!gdown 1ndhUYKgUqmhD2N4ulJs0rX2GytqhT28D -O ./data/visual/dicom/midib.zip"
216+
]
217+
},
218+
{
219+
"cell_type": "code",
220+
"execution_count": null,
221+
"id": "1fa3a818-1547-40a1-95b0-94d6053190be",
222+
"metadata": {},
223+
"outputs": [],
224+
"source": [
225+
"!unzip -q ./data/visual/dicom/midib.zip -d ./data/visual/dicom/"
226+
]
227+
},
228+
{
229+
"cell_type": "code",
230+
"execution_count": null,
231+
"id": "88425af7-9d54-4caf-aa22-8d626517d9a0",
232+
"metadata": {},
233+
"outputs": [],
234+
"source": [
235+
"!rm -rf ./data/visual/dicom/__MACOSX"
236+
]
237+
},
190238
{
191239
"cell_type": "code",
192240
"execution_count": 2,
@@ -484,7 +532,7 @@
484532
"name": "python",
485533
"nbconvert_exporter": "python",
486534
"pygments_lexer": "ipython3",
487-
"version": "3.13.5"
535+
"version": "3.12.3"
488536
}
489537
},
490538
"nbformat": 4,

tutorials/Certification_Trainings/Training_Notebooks & Slides/Visual_NLP/Visual_12_Dicom_Metadata_Only.ipynb

Lines changed: 488 additions & 302 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)