Skip to content

Commit 4b88da6

Browse files
author
Shivani Pathak
committed
updated_results_nbk
1 parent ebcd784 commit 4b88da6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

samples/04_gis_analysts_data_scientists/generating_rgb_imagery_from_digital_surface_model_using_pix2pix.ipynb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"* [Model inferencing](#Model-inferencing)\n",
3131
" * [Inference on a single imagery chip](#Inference-on-a-single-imagery-chip)\n",
3232
" * [Generate raster using classify pixels using deep learning tool](#Generate-raster-using-classify-pixels-using-deep-learning-tool)\n",
33+
"* [Results visualization](#1)\n",
3334
"* [Conclusion](#Conclusion)\n",
3435
"* [References](#References)"
3536
]
@@ -1028,7 +1029,7 @@
10281029
"cell_type": "markdown",
10291030
"metadata": {},
10301031
"source": [
1031-
"### Results visualization"
1032+
"## Results visualization<a class=\"anchor\" id=\"1\"></a>"
10321033
]
10331034
},
10341035
{
@@ -1083,7 +1084,7 @@
10831084
"cell_type": "markdown",
10841085
"metadata": {},
10851086
"source": [
1086-
"#### Create map widgets\n",
1087+
"### Create map widgets\n",
10871088
"Two map widgets are created showing DSM and Inferenced RGB raster. "
10881089
]
10891090
},
@@ -1103,7 +1104,7 @@
11031104
"cell_type": "markdown",
11041105
"metadata": {},
11051106
"source": [
1106-
"#### Synchronize web maps\n",
1107+
"### Synchronize web maps\n",
11071108
"\n",
11081109
"The maps are synchronized with each other using [MapView.sync_navigation](https://developers.arcgis.com/python/api-reference/arcgis.widgets.html#arcgis.widgets.MapView.sync_navigation) functionality. It helps in comparing the inferenced results with the DSM. Detailed description about advanced map widget options can be referred [here](https://developers.arcgis.com/python/guide/advanced-map-widget-usage/)."
11091110
]
@@ -1121,7 +1122,7 @@
11211122
"cell_type": "markdown",
11221123
"metadata": {},
11231124
"source": [
1124-
"#### Set the map layout"
1125+
"### Set the map layout"
11251126
]
11261127
},
11271128
{
@@ -1157,7 +1158,7 @@
11571158
"cell_type": "markdown",
11581159
"metadata": {},
11591160
"source": [
1160-
"#### Results"
1161+
"### Results"
11611162
]
11621163
},
11631164
{

0 commit comments

Comments
 (0)