Skip to content

Commit 9d39cbb

Browse files
author
Sandeep Kumar
committed
conclusion
1 parent 3d72e5e commit 9d39cbb

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

samples/04_gis_analysts_data_scientists/training_a_wind_turbine_detection_model_using_large_volume_of_training_data.ipynb

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"* [Model training](#Model-Training)\n",
2626
" * [Executing model training script](#Executing-model-training-script)\n",
2727
" * [Monitor model training](#Monitor-model-training)\n",
28-
"* [Model inference](#Model-inference)"
28+
"* [Model inference](#Model-inference)\n",
29+
"* [Conclusion](#Conclusion)"
2930
]
3031
},
3132
{
@@ -227,13 +228,6 @@
227228
" zip_ref.extractall('.')"
228229
]
229230
},
230-
{
231-
"cell_type": "code",
232-
"execution_count": null,
233-
"metadata": {},
234-
"outputs": [],
235-
"source": []
236-
},
237231
{
238232
"cell_type": "markdown",
239233
"metadata": {},
@@ -555,7 +549,7 @@
555549
"cell_type": "markdown",
556550
"metadata": {},
557551
"source": [
558-
"We will find the model saved in the 'models' folder. The saved model can be used to detect wind turbines using the [Detect Objects Using Deep Learning](https://pro.arcgis.com/en/pro-app/latest/tool-reference/image-analyst/detect-objects-using-deep-learning.htm) tool, available in both ArcGIS Pro and ArcGIS Enterprise."
552+
"We will find the model saved in the 'models' folder. The saved model can be used to detect wind turbines using the [Detect Objects Using Deep Learning](https://pro.arcgis.com/en/pro-app/latest/tool-reference/image-analyst/detect-objects-using-deep-learning.htm) tool, available in both [ArcGIS Pro](https://www.esri.in/en-in/products/arcgis-pro/overview) and [ArcGIS Enterprise](https://enterprise.arcgis.com/en/)."
559553
]
560554
},
561555
{
@@ -638,6 +632,20 @@
638632
"<center>A single wind turbine."
639633
]
640634
},
635+
{
636+
"cell_type": "markdown",
637+
"metadata": {},
638+
"source": [
639+
"## Conclusion"
640+
]
641+
},
642+
{
643+
"cell_type": "markdown",
644+
"metadata": {},
645+
"source": [
646+
"This notebook has demonstrated a workflow to train a deep learning model that can detect features representing wind turbines. This notebook shows how multiprocessing can be used to the reduce time required to export training data. In this notebook we also leveraged multiple GPUs to reduce the time required for model training. A similar approach can be applied to classify other objects of interest, like trees, buildings, structures, etc."
647+
]
648+
},
641649
{
642650
"cell_type": "markdown",
643651
"metadata": {},

0 commit comments

Comments
 (0)