Skip to content

Commit e9f85d4

Browse files
committed
minor changes
1 parent 52265cc commit e9f85d4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

samples/04_gis_analysts_data_scientists/detecting-airplanes-on-satellite-imagery-using-deep-learning.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"id": "0uYpeRvR2sPp"
2525
},
2626
"source": [
27+
"* [Prerequisites](#9)\n",
2728
"* [Introduction](#1)\n",
2829
"* [Necessary Imports](#2)\n",
2930
"* [Visualize training data](#3)\n",
@@ -40,7 +41,7 @@
4041
"id": "8Fc-PCkB2sPq"
4142
},
4243
"source": [
43-
"## Prerequisites"
44+
"## Prerequisites <a class=\"anchor\" id=\"9\"></a>"
4445
]
4546
},
4647
{
@@ -99,7 +100,7 @@
99100
"source": [
100101
"We will now use the `prepare_data()` function to apply various types of transformations and augmentations to the training data. These augmentations enable us to train a better model with limited data, as well as better prevent the overfitting of the model.\n",
101102
"\n",
102-
"As we are only interested in tracking all planes, rather than individual classes of planes, we will map the planes to one class using`class_mapping`.\n",
103+
"This dataset contains multiple classes of planes, however, we are only interested in detecting planes and not classifying their categories. So, we will map the planes to one class using `class_mapping`.\n",
103104
"\n",
104105
"This function returns a data object that can be fed into a model for training."
105106
]
@@ -437,7 +438,7 @@
437438
"source": [
438439
"Next, we will use the saved model to detect airplanes using the Detect Objects Using Deep Learning tool available in both ArcGIS Pro and ArcGIS Image Server. For this sample, we will deploy the model on the Amsterdam airport region.\n",
439440
"\n",
440-
"- Input Raster: World Imagery\n",
441+
"- Input Raster: Imagery\n",
441442
"- Output Detected Objects: Detected_airplanes\n",
442443
"- Model Definition: airplane_15ep.emd\n",
443444
"- Extent: Extent of the region where model will run.\n",

0 commit comments

Comments
 (0)