Skip to content

Commit cae6cb0

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/04_gis_analysts_data_scientists/detecting_palm_trees_using_deep_learning.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"id": "681bbbbc",
5959
"metadata": {},
6060
"source": [
61-
"Accurate and high-resolution imagery is essential when extracting features. The model will only be able to identify the palm trees if the pixel size is small enough to distinguish palm canopies. Additionally, to calculate tree health, you'll need an image with spectral bands that will enable you to generate a vegetation health index. You'll find and download the imagery for this study from OpenAerialMap, an open-source repository of high-resolution, multispectral imagery.\n",
61+
"Accurate and high-resolution imagery is essential when extracting features. The model will only be able to identify the palm trees if the pixel size is small enough to distinguish palm canopies. Additionally, to calculate tree health, we'll need an image with spectral bands that will enable you to generate a vegetation health index. You'll find and download the imagery for this study from OpenAerialMap, an open-source repository of high-resolution, multispectral imagery.\n",
6262
"\n",
6363
"- Go to the [OpenAerialMap website](https://openaerialmap.org/).\n",
6464
"\n",
@@ -1323,7 +1323,7 @@
13231323
"id": "27b740d8",
13241324
"metadata": {},
13251325
"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 a 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."
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."
13271327
]
13281328
},
13291329
{

0 commit comments

Comments
 (0)