wadhwasahil / Facial_KeyPoints_Detection

Facial Keypoints Detection using tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facial_KeyPoints_Detection

This repository contains code for the Kaggle problem. https://www.kaggle.com/c/facial-keypoints-detection

Training loss = 0.00819335

Score = 4.95813

Files

  • conv.py - This is a CNN architecture which is applied to each image in the dataset.
  • data_helpers.py - This file loads the data(train/test) and also creates batches from it.
  • controller.py - This files runs the main program i.e it loads the data from data_helpers and invokes the convolution architecture and finally stores the result in the csv file. This file performs both traning and testing.

About

Facial Keypoints Detection using tensorflow


Languages

Language:Python 100.0%