...

/

Exercise: Download a Pretrained Semantic Segmentation CNN

Exercise: Download a Pretrained Semantic Segmentation CNN

Apply your knowledge to download a pretrained semantic segmentation CNN, and test it with images of natural scenes.

Problem statement

In this exercise, download a pretrained CNN for semantic segmentation. You’ll test the CNN performance with some images of natural scenes and create annotation images showing the found objects.

Launch the Jupyter Notebook below and follow the instructions.

Instructions:

  • The comment lines starting with # >>> indicate that you must edit the cell.

  • Replace the None values with the correct function calls. ...