This jupyter notebook shows how to preprocess, augment and classify kitchen utensils (bowl,plate) images using inception model
Images of these utensils are manually collected and placed under 2 categories i.e. bowl and plate. A third class known as negative contain images of no-interest that do not include any utensil. A few sample images are shown below:
Bowl
Plate NegativeFollowing preprocessing techniques are used before training and inference on the test data:
- Images are resized into fix shape
- Gaussian filter is applied on resized image to the point where our object is still visible through naked eye
Pre-trained Inception Network is used to extract features from video frames. A fully-connected layer based on number of classes i.e. 3 is used at the end and network is trained on augmented data