Code Monkey home page Code Monkey logo

computer_vision_projects's Introduction

Computer Vision Nanodegree Projects

This repository contains my projects for the Computer Vision Nanodegree.

Project 1: Facial Keypoints Detection

This project is about defining and training a CNN to perform facial keypoint detection, and using computer vision techniques to transform images of faces. Facial keypoints (also called facial landmarks) mark important areas of the face: the eyes, corners of the mouth, the nose, etc. These keypoints are relevant for a variety of tasks, such as face filters, emotion recognition, pose recognition, etc. The model output is 68 keypoints, with coordinates (x, y), for that face, which I used later to add filters on the detected faces in an input live stream from a camera, running only on the CPU not the GPU without any delay in the feed.

Some results from my facial keypoint detection system:

alt text

USE KEYBOARD BUTTONS TO CHANGE FILTERS IN LivePrediction.py SCRIPT

alt text

Project 2: Image Captioning

In this project, I design and train a CNN-RNN (Convolutional Neural Network Encoder - Recurrent Neural Network Decoder) model for automatically generating image captions. The network is trained on the Microsoft Common Objects in Context (MS COCO) dataset. Trained only on 1 epoch the model reached an average loss= 2.007 and preplixity= 7.4. The model structure is described in the following image:

alt text

alt text

Some results from my image captioning model:

alt textalt textalt text

computer_vision_projects's People

Contributors

botingw avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.