|
479 | 479 | "\n",
|
480 | 480 | "Use the `retinanet_mobilenet_coco` experiment configuration, as defined by `tfm.vision.configs.maskrcnn.maskrcnn_mobilenet_coco`.\n",
|
481 | 481 | "\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", |
483 | 483 | "\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", |
485 | 485 | "\n",
|
486 | 486 | "There are also other alternative experiments available such as\n",
|
487 | 487 | "`maskrcnn_resnetfpn_coco`,\n",
|
|
713 | 713 | "id": "dLcSHWjqgl66"
|
714 | 714 | },
|
715 | 715 | "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" |
717 | 717 | ]
|
718 | 718 | },
|
719 | 719 | {
|
|
734 | 734 | },
|
735 | 735 | "source": [
|
736 | 736 | "### 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." |
738 | 738 | ]
|
739 | 739 | },
|
740 | 740 | {
|
|
786 | 786 | " 2. Percentage of match between predicted and ground truth bounding boxes.\n",
|
787 | 787 | " 3. Instance Segmentation Mask\n",
|
788 | 788 | "\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" |
790 | 790 | ]
|
791 | 791 | },
|
792 | 792 | {
|
|
0 commit comments