Skip to content

Commit 0bb1278

Browse files
author
priyankatuteja
committed
add nb for detreg
1 parent cae6cb0 commit 0bb1278

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

samples/04_gis_analysts_data_scientists/detecting_palm_trees_using_deep_learning.ipynb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,15 +1284,16 @@
12841284
},
12851285
{
12861286
"cell_type": "code",
1287-
"execution_count": 30,
1287+
"execution_count": 24,
12881288
"id": "33d93f03",
12891289
"metadata": {},
12901290
"outputs": [
12911291
{
12921292
"name": "stdout",
12931293
"output_type": "stream",
12941294
"text": [
1295-
"Computing model metrics...\n"
1295+
"Computing model metrics...\n",
1296+
"Published DLPK Item Id: 9406080ccb6b499b9e2651c7b36f969d\n"
12961297
]
12971298
},
12981299
{
@@ -1301,13 +1302,13 @@
13011302
"WindowsPath('C:/Users/pri10421/AppData/Local/Temp/detecting_palm_trees_using_deep_learning/models/palm_e100')"
13021303
]
13031304
},
1304-
"execution_count": 30,
1305+
"execution_count": 24,
13051306
"metadata": {},
13061307
"output_type": "execute_result"
13071308
}
13081309
],
13091310
"source": [
1310-
"detreg_model.save('palm_e100')"
1311+
"detreg_model.save('palm_e100', publish=True)"
13111312
]
13121313
},
13131314
{
@@ -1323,7 +1324,7 @@
13231324
"id": "27b740d8",
13241325
"metadata": {},
13251326
"source": [
1326-
"The bulk of the work in extracting features from imagery is preparing the data, creating training samples, and training the model. Now that these steps have been completed, we'll use the [trained model]() to detect palm trees throughout your imagery. Object detection is a process that typically requires multiple tests to achieve the best results. There are several parameters that you can alter to allow your model to perform best. To test these parameters quickly, we'll try detecting trees in a small section of the image. Once you're satisfied with the results, we'll extend the detection tools to the full image."
1327+
"The bulk of the work in extracting features from imagery is preparing the data, creating training samples, and training the model. Now that these steps have been completed, we'll use the [trained model](https://www.arcgis.com/home/item.html?id=9406080ccb6b499b9e2651c7b36f969d) to detect palm trees in the desired imagery. Object detection is a process that typically requires multiple tests to achieve the best results. There are several parameters that you can alter to allow your model to perform best. To test these parameters quickly, we'll try detecting trees in a small section of the image. Once you're satisfied with the results, we'll extend the detection tools to the full image."
13271328
]
13281329
},
13291330
{

0 commit comments

Comments
 (0)