Skip to content

Commit 2da39a5

Browse files
committed
to be merged
1 parent b625ca9 commit 2da39a5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

guide/14-deep-learning/point_cloud_classification_using_sqn.ipynb

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"source": [
3131
"SQN <a href=\"#References\">[1]</a> is a point cloud classification model available in the `arcgis.learn` module, designed to efficiently classify a vast amount of point clouds. Typically, LiDAR sensors use laser technology to survey the earth's surface, generating precise 3D coordinates (x, y, and z) that form point clouds. These points also have some additional information like 'GPS timestamps', 'intensity', and 'number of returns'. The intensity represents the returning strength from the laser pulse that scanned the area, and the number of returns shows how many times a given pulse returned. LiDAR data can also be fused with RGB (red, green, and blue) bands, derived from imagery taken simultaneously with the LiDAR survey. \n",
3232
"\n",
33-
"Point cloud classification are based on the type of object that reflected the laser pulse. For example, a point that reflects off the ground is classified into the ground category. LiDAR points can be classified into different categories like buildings, trees, highways, water, etc. These different classes have numeric codes assigned to them."
33+
"Point cloud classification is based on the type of object that reflected the laser pulse. For example, a point that reflects off the ground is classified into the ground category. LiDAR points can be classified into different categories like buildings, trees, highways, water, etc. These different classes have numeric codes assigned to them."
3434
]
3535
},
3636
{
@@ -228,7 +228,7 @@
228228
"- `sub_sampling_ratio` which sets the sampling ratio of random sampling at each layer.\n",
229229
"\n",
230230
"\n",
231-
"- `k_n` controls the number of K-nearest neighbor for a point.\n",
231+
"- `k_n` controls the number of K-nearest neighbors for a point.\n",
232232
"\n",
233233
"\n",
234234
"A typical usage with respect to API looks like:\n",
@@ -298,9 +298,7 @@
298298
"\n",
299299
"After that, metapackage can be installed using the command below:\n",
300300
"\n",
301-
"`conda install -c esri arcgis_learn python=3.9`\n",
302-
"\n",
303-
"_(Alternatively, 3.7 and 3.8 versions of `python` are also supported with the metapackage.)_"
301+
"`conda install -c esri arcgis_learn python=3.9`"
304302
]
305303
},
306304
{
@@ -456,7 +454,7 @@
456454
"name": "python",
457455
"nbconvert_exporter": "python",
458456
"pygments_lexer": "ipython3",
459-
"version": "3.9.16"
457+
"version": "3.9.18"
460458
},
461459
"toc": {
462460
"base_numbering": 1,

0 commit comments

Comments
 (0)