Skip to content

Commit 61bd1e1

Browse files
committed
rename scene and remove comments from cells displaying output
1 parent 443ca59 commit 61bd1e1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

samples/04_gis_analysts_data_scientists/building_reconstruction_using_mask_rcnn.ipynb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@
623623
"metadata": {},
624624
"outputs": [],
625625
"source": [
626-
"# model.load('220e')"
626+
"model.load('220e')"
627627
]
628628
},
629629
{
@@ -645,7 +645,7 @@
645645
}
646646
],
647647
"source": [
648-
"# model.show_results(mode='bbox_mask', rows=5, box_threshold=0.5)"
648+
"model.show_results(mode='bbox_mask', rows=5, box_threshold=0.5)"
649649
]
650650
},
651651
{
@@ -785,13 +785,13 @@
785785
"outputs": [],
786786
"source": [
787787
"from arcgis.map import Scene\n",
788-
"map2 = Scene(item = scene_item)\n",
789-
"map2.extent = {'spatialReference': {'latestWkid': 3857, 'wkid': 102100},\n",
788+
"scene1 = Scene(item = scene_item)\n",
789+
"scene1.extent = {'spatialReference': {'latestWkid': 3857, 'wkid': 102100},\n",
790790
" 'xmin': -8919494.611200048,\n",
791791
" 'ymin': 2981619.558592063,\n",
792792
" 'xmax': -8918883.485987043,\n",
793793
" 'ymax': 2981867.4795709597}\n",
794-
"map2"
794+
"scene1"
795795
]
796796
},
797797
{
@@ -826,7 +826,7 @@
826826
"notebookRuntimeVersion": ""
827827
},
828828
"kernelspec": {
829-
"display_name": "Python 3",
829+
"display_name": "Python 3 (ipykernel)",
830830
"language": "python",
831831
"name": "python3"
832832
},
@@ -840,7 +840,7 @@
840840
"name": "python",
841841
"nbconvert_exporter": "python",
842842
"pygments_lexer": "ipython3",
843-
"version": "3.7.9"
843+
"version": "3.11.0"
844844
},
845845
"toc": {
846846
"base_numbering": 1,
@@ -857,5 +857,5 @@
857857
}
858858
},
859859
"nbformat": 4,
860-
"nbformat_minor": 2
860+
"nbformat_minor": 4
861861
}

0 commit comments

Comments
 (0)