Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 734 Bytes

File metadata and controls

11 lines (7 loc) · 734 Bytes

Image Detection with Tensorflow

In this project we'll discuss two ways to perform image recognition:

  1. Object Detection with Boundary Boxes - we'll deploy Tensorflow's Object Detection API inside a Docker container to train our model inside AWS Sagemaker. The resulting model will be able to detect objects inside an image with a boundary box around each object.

  2. Multi Label Detection without boundary boxes - we'll be able to assign multiple labels to an image based on what it contains.