Object Detection Workflow

Every Object Detection Algorithm has a different way of working, but they all work on the same principle.

Feature Extraction: They extract features from the input images at hands and use these features to determine the class of the image. Be it through MatLab, Open CV, Viola Jones or Deep Learning.



Now that you have understood the basic workflow of Object Detection, let's move ahead in Object Detection Tutorial and understand what Tensorflow is and what are its components?