Skip to content

Commit 4a7cf48

Browse files
authored
Merge pull request #2105 from emmanuel-ferdman/master
Update MaskRCNN notebook reference
2 parents ebc50a9 + a26311f commit 4a7cf48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/04_gis_analysts_data_scientists/automate_building_footprint_extraction_using_instance_segmentation.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
"cell_type": "markdown",
375375
"metadata": {},
376376
"source": [
377-
"`arcgis.learn` provides the MaskRCNN model for instance segmentation tasks, which is based on a pretrained convnet, like ResNet that acts as the 'backbone'. More details about MaskRCNN can be found [here](https://github.com/Esri/arcgis-python-api/blob/master/guide/14-deep-learning/How_MaskRCNN_works.ipynb)."
377+
"`arcgis.learn` provides the MaskRCNN model for instance segmentation tasks, which is based on a pretrained convnet, like ResNet that acts as the 'backbone'. More details about MaskRCNN can be found [here](https://github.com/Esri/arcgis-python-api/blob/master/guide/14-deep-learning/how_maskrcnn_works.ipynb)."
378378
]
379379
},
380380
{

samples/04_gis_analysts_data_scientists/shipwrecks_detection_using_bathymetric_data.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@
615615
"cell_type": "markdown",
616616
"metadata": {},
617617
"source": [
618-
"`arcgis.learn` provides the `MaskRCNN` model for instance segmentation tasks, which is based on a pretrained convnet, like ResNet that acts as the 'backbone'. More details about `MaskRCNN` can be found [here](https://github.com/Esri/arcgis-python-api/blob/master/guide/14-deep-learning/How_MaskRCNN_works.ipynb)."
618+
"`arcgis.learn` provides the `MaskRCNN` model for instance segmentation tasks, which is based on a pretrained convnet, like ResNet that acts as the 'backbone'. More details about `MaskRCNN` can be found [here](https://github.com/Esri/arcgis-python-api/blob/master/guide/14-deep-learning/how_maskrcnn_works.ipynb)."
619619
]
620620
},
621621
{

0 commit comments

Comments
 (0)