Skip to content

Repository containing all the code for my 2018 Udacity CV nanodegree course

Notifications You must be signed in to change notification settings

arungithub9/Udacity-computer-vision-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udacity-computer-vision-course

Repository containing all the code for my 2018 Udacity CV nanodegree course

Udacity-Computer-Vision-Nanodegree

Program outline:

This Nanodegree program is broken into three main sections:

1. Facial Keypoint Detection :

Use image processing techniques and deep learning techniques to detect faces in an image and find facial keypoints, such as the position of the eyes, nose, and mouth on a face.

The system consists of a face detector that uses Haar Cascades and a Convolutional Neural Network (CNN) that predict the facial keypoints in the detected faces. The facial keypoint detection system takes in any image with faces and predicts the location of 68 distinguishing keypoints on each face.

Some results from part 1:

result

2. Image Captioning :

Train a CNN-RNN model to predict captions for a given image. The network is trained on the Microsoft Common Objects in Context (MS COCO) dataset. The image captioning model is displayed below.

drawing

drawing

drawing

3. Landmark Detection :

Landmark Detection & Tracking (SLAM): Implementing SLAM, a robust method for tracking an object over time and mapping out its surrounding environment, using elements of probability, motion models, and linear algebra. Sensor and motion data gathered by a simulated robot is used to create a map of an environment. SLAM gives us a way to track the location of a robot in the world in real-time and identify the locations of landmarks such as buildings, trees, rocks, etc.

drawing

Nanodegree Link:

https://www.udacity.com/course/computer-vision-nanodegree--nd891

Computer Vision Nanodegree Certificate

CVND-certificate

About

Repository containing all the code for my 2018 Udacity CV nanodegree course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published