...

/

Exercise: Download a Pretrained Object Detection CNN

Exercise: Download a Pretrained Object Detection CNN

Use your skills to download a pretrained object detection CNN, and test it with images of natural scenes.

Problem statement

In this lesson, we’ll download a pretrained CNN for object detection. We’ll test it with some images and filter the results by comparing the confidence level with a preset threshold.

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 ...