Giter VIP home page Giter VIP logo

manvimadandotai / computer_vision_roadmap Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 2.0 33.46 MB

This repository documents my experimentation as I explore Computer Vision algorithms and deep learning for computer vision.

License: MIT License

Python 4.88% Jupyter Notebook 95.12%
computervision machinelearning-python deeplearning opencv-python opencv opencv3 deeplearning-notebooks deeplearning-ai

computer_vision_roadmap's Introduction

Computer Vision Roadmap

This repository contains the process I am following to learn Computer Vision. I am starting from the very beginning, so the level of projects would behind from most basic and hopefully become somewhat advanced as this repository evolves. Follow along if you are keen to explore the fantastic projects you can make using Computer Vision capabilities along with Deep Learning.

Requirements for Face Detection

  1. Download Anaconda
  2. Download the Installation files from the Face Detection folder in the repository
  3. Mac and Linux users, fire up the terminal. Windows users can open Anaconda Prompt after downloading Anaconda
  4. Navigate to the folder with installation files using cd command
  5. Run this command for setting up dependencies on Mac: conda env create -f virtual_platform_mac.yml
  6. Windows and Linux users can run the same command as conda env create -f virtual_platform_windows.yml and conda env create -f virtual_platform_linux.yml , respectively.
  7. This will setup a virtual_platform on your system with all the dependencies
  8. Go to Anaconda application on your machine and on the top left where you can see root, select Virtual_Platform from the drop down list
  9. Download the 2 xml files, namely haarcascade_eye.xml and harcascade_frontalface_default.xml to a known location on your machine.
  10. Change the reference location of these 2 xml files while running the face_detection.py script

Requirements for Object Detection

  1. Download Anaconda
  2. Download the Installation files from the Face Detection folder in the repository
  3. Mac and Linux users, fire up the terminal. Windows users can open Anaconda Prompt after downloading Anaconda
  4. Navigate to the folder with installation files using cd command
  5. Run this command for setting up dependencies on Mac: conda env create -f virtual_platform_mac.yml
  6. Windows and Linux users can run the same command as conda env create -f virtual_platform_windows.yml and conda env create -f virtual_platform_linux.yml , respectively.
  7. This will setup a virtual_platform on your system with all the dependencies
  8. Go to Anaconda application on your machine and on the top left where you can see root, select Virtual_Platform from the drop down list
  9. Take all the files inside the Object Detection folder from Github Repository and upload them onto jupyter notebook home. ( all the files except Output, obviously!)
  10. Now run the cells one-by-one in the Object Detection jupyter notebook.
  11. You will see an output file being generated. Open the file and enjoy the video!

Requirements for Real time Object Detection

  1. Download Anaconda
  2. Download the Installation files from the Face Detection folder in the repository
  3. Mac and Linux users, fire up the terminal. Windows users can open Anaconda Prompt after downloading Anaconda
  4. Navigate to the folder with installation files using cd command
  5. Run this command for setting up dependencies on Mac: conda env create -f virtual_platform_mac.yml
  6. Windows and Linux users can run the same command as conda env create -f virtual_platform_windows.yml and conda env create -f virtual_platform_linux.yml , respectively.
  7. This will setup a virtual_platform on your system with all the dependencies
  8. Go to Anaconda application on your machine and on the top left where you can see root, select Virtual_Platform from the drop down list
  9. Download data by following the steps given here: cifar-dataset
  10. Save the data in a folder in Jupyter notebooks. Name the folder 'data_for_gan'

Results

  1. Face Detection Face detection Face and eyes Detection

  2. Real- Time Object Detection Real Time Object Detection Output Video

  3. Generative Adversarial Network Fake Images generated by GAN

Books

Courses

Interesting Blog Posts

  • Everything you need to know about Computer Vision - Link
  • Viola Jones Algorithm for face detection - Link
  • OpenCV3 Object Detection - Link
  • SSD - Link
  • GANs - Link

Research Papers

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.