Skip to content

Commit e4142b4

Browse files
Merge pull request #11489 from tensorflow:LakshmiKalaKadali-patch-1
PiperOrigin-RevId: 714042436
2 parents b8af35e + c72fb89 commit e4142b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: docs/vision/instance_segmentation.ipynb

+5-5
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,9 @@
479479
"\n",
480480
"Use the `retinanet_mobilenet_coco` experiment configuration, as defined by `tfm.vision.configs.maskrcnn.maskrcnn_mobilenet_coco`.\n",
481481
"\n",
482-
"Please find all the registered experiements [here](https://www.tensorflow.org/api_docs/python/tfm/core/exp_factory/get_exp_config)\n",
482+
"Please find all the registered experiments [here](https://www.tensorflow.org/api_docs/python/tfm/core/exp_factory/get_exp_config)\n",
483483
"\n",
484-
"The configuration defines an experiment to train a Mask R-CNN model with mobilenet as backbone and FPN as decoder. Default Congiguration is trained on [COCO](https://cocodataset.org/) train2017 and evaluated on [COCO](https://cocodataset.org/) val2017.\n",
484+
"The configuration defines an experiment to train a Mask R-CNN model with mobilenet as backbone and FPN as decoder. Default Configuration is trained on [COCO](https://cocodataset.org/) train2017 and evaluated on [COCO](https://cocodataset.org/) val2017.\n",
485485
"\n",
486486
"There are also other alternative experiments available such as\n",
487487
"`maskrcnn_resnetfpn_coco`,\n",
@@ -713,7 +713,7 @@
713713
"id": "dLcSHWjqgl66"
714714
},
715715
"source": [
716-
"### Create Category Index Dictionary to map the labels to coressponding label names"
716+
"### Create Category Index Dictionary to map the labels to corresponding label names"
717717
]
718718
},
719719
{
@@ -734,7 +734,7 @@
734734
},
735735
"source": [
736736
"### Helper Function for Visualizing the results from TFRecords\n",
737-
"Use `visualize_boxes_and_labels_on_image_array` from `visualization_utils` to draw boudning boxes on the image."
737+
"Use `visualize_boxes_and_labels_on_image_array` from `visualization_utils` to draw bounding boxes on the image."
738738
]
739739
},
740740
{
@@ -786,7 +786,7 @@
786786
" 2. Percentage of match between predicted and ground truth bounding boxes.\n",
787787
" 3. Instance Segmentation Mask\n",
788788
"\n",
789-
"**Note**: The reason of everything is 100% is because we are visualising the groundtruth"
789+
"**Note**: The reason of everything is 100% is because we are visualizing the groundtruth"
790790
]
791791
},
792792
{

0 commit comments

Comments
 (0)