Coder Social home page Coder Social logo

computer-vision-udacity's Introduction

Computer Vision Nanodegree Udacity

Here you can find several small (and slightly larger) subprojects dedicated to the well-known Computer Vision approaches and algorithms. These subprojects are developed as part of the Udacity Computer Vision Nanodegree Program.
Several projects are devoted to Deep Learning Arcitecture of Convolutional Neural Networks (CNN) and Recurrent Neural Networks (RNN):

  • FashionMNIST Convolution Network
  • YOLOv3 notebook implementation
  • CharacterLevel RNN with LSTM
  • Facial Key Points CNN (Project 1)
  • Image Captioning CNN+RNN (Project 2)

Projects

Your can view and launch the following Python projects:

Fast detector of facial keypoints (ORB)

Hough Transform: Detect Lines and Circles

Steps of Canny Edge Detector

Binary Classifier for Day-Night Images

Edge Detection with Sobel Filters

Find contours and their directions

AdaBoost frontal face detector

K-means clustering and Masking

FashionMNIST Convolution Network

YOLOv3 notebook implementation

High-Pass and Low-Pass Filters

Comparison of Color Models

CharacterLevel RNN with LSTM

Project 1: Facial Key Points CNN

Project 2: Image Captioning CNN+RNN

Project 3: Graph-SLAM algorithm

Used OpenCV functions

  • cv2.imread
  • cv2.cvtColor
  • cv2.ORB_create
  • cv2.BFMatcher
  • cv2.drawMatches
  • cv2.GaussianBlur
  • cv2.circle
  • cv2.HoughCircles
  • cv2.Canny
  • cv2.HoughLinesP
  • cv2.line
  • cv2.inRange
  • cv2.bitwise_or
  • cv2.bitwise_and
  • cv2.resize
  • cv2.filter2D
  • cv2.threshold
  • cv2.findContours
  • cv2.drawContours
  • cv2.fitEllipse
  • cv2.boundingRect
  • cv2.rectangle
  • cv2.CascadeClassifier
  • cv2.kmeans

Environment

Make sure that Python and libraries numpy, cv2, torch, matplotlab, os, utils, darknet are installed.
The additional info about every project can be found in the README file related to the specific project.

Credit

I liked the course "Computer Vision Nanodegree".
Many thanks to Udacity for the high learning standards.
Most of the code in this repository is based on Udacity code.

computer-vision-udacity's People

Contributors

rafael1s avatar

Watchers

James Cloos 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.