Skip to content

Computer vision project - CNN - Glasses or no glasses

Notifications You must be signed in to change notification settings

lajobu/CNN_glasses_no_glasses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Computer vision - Glasses or no glasses

License: MIT

The purpose of this project is to create a Machine Learning model which will be able to classify different kind of images in two groups, glasss and no glasses. In this model it would be applied a pretrained model MobileNet V2, developed by google, and it will be applied fine-tuning with the weight of the pretrained model.

The model is based on Tensorflow/Learn/Tutorials/Images/Transfer learning and fine-tuning - https://www.tensorflow.org/tutorials¶

Kaggle

Technical details about thje project:

📍 Programming language: Python

📍 Library: Tensorflow

📍 Applied algorithm: Convolutional Neural Network

Data sources:

Some figures:

  • Some images from the train sample:

alt text

  • Example of data augmentation:

alt text

Results:

  • Application of fine tuning (after the green line):

alt text