diff --git a/samples/04_gis_analysts_data_scientists/building_reconstruction_using_mask_rcnn.ipynb b/samples/04_gis_analysts_data_scientists/building_reconstruction_using_mask_rcnn.ipynb index 8447340b0..113f0be0e 100644 --- a/samples/04_gis_analysts_data_scientists/building_reconstruction_using_mask_rcnn.ipynb +++ b/samples/04_gis_analysts_data_scientists/building_reconstruction_using_mask_rcnn.ipynb @@ -623,7 +623,7 @@ "metadata": {}, "outputs": [], "source": [ - "# model.load('220e')" + "model.load('220e')" ] }, { @@ -645,7 +645,7 @@ } ], "source": [ - "# model.show_results(mode='bbox_mask', rows=5, box_threshold=0.5)" + "model.show_results(mode='bbox_mask', rows=5, box_threshold=0.5)" ] }, { @@ -785,13 +785,13 @@ "outputs": [], "source": [ "from arcgis.map import Scene\n", - "map2 = Scene(item = scene_item)\n", - "map2.extent = {'spatialReference': {'latestWkid': 3857, 'wkid': 102100},\n", + "scene1 = Scene(item = scene_item)\n", + "scene1.extent = {'spatialReference': {'latestWkid': 3857, 'wkid': 102100},\n", " 'xmin': -8919494.611200048,\n", " 'ymin': 2981619.558592063,\n", " 'xmax': -8918883.485987043,\n", " 'ymax': 2981867.4795709597}\n", - "map2" + "scene1" ] }, { @@ -826,7 +826,7 @@ "notebookRuntimeVersion": "" }, "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -840,7 +840,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.9" + "version": "3.11.0" }, "toc": { "base_numbering": 1, @@ -857,5 +857,5 @@ } }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 }