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.
- Download Anaconda
- Download the Installation files from the Face Detection folder in the repository
- Mac and Linux users, fire up the terminal. Windows users can open Anaconda Prompt after downloading Anaconda
- Navigate to the folder with installation files using cd command
- Run this command for setting up dependencies on Mac:
conda env create -f virtual_platform_mac.yml
- Windows and Linux users can run the same command as
conda env create -f virtual_platform_windows.yml
andconda env create -f virtual_platform_linux.yml
, respectively. - This will setup a virtual_platform on your system with all the dependencies
- 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
- Download the 2 xml files, namely haarcascade_eye.xml and harcascade_frontalface_default.xml to a known location on your machine.
- Change the reference location of these 2 xml files while running the face_detection.py script
- Download Anaconda
- Download the Installation files from the Face Detection folder in the repository
- Mac and Linux users, fire up the terminal. Windows users can open Anaconda Prompt after downloading Anaconda
- Navigate to the folder with installation files using cd command
- Run this command for setting up dependencies on Mac:
conda env create -f virtual_platform_mac.yml
- Windows and Linux users can run the same command as
conda env create -f virtual_platform_windows.yml
andconda env create -f virtual_platform_linux.yml
, respectively. - This will setup a virtual_platform on your system with all the dependencies
- 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
- 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!)
- Now run the cells one-by-one in the Object Detection jupyter notebook.
- You will see an output file being generated. Open the file and enjoy the video!
- Download Anaconda
- Download the Installation files from the Face Detection folder in the repository
- Mac and Linux users, fire up the terminal. Windows users can open Anaconda Prompt after downloading Anaconda
- Navigate to the folder with installation files using cd command
- Run this command for setting up dependencies on Mac:
conda env create -f virtual_platform_mac.yml
- Windows and Linux users can run the same command as
conda env create -f virtual_platform_windows.yml
andconda env create -f virtual_platform_linux.yml
, respectively. - This will setup a virtual_platform on your system with all the dependencies
- 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
- Download data by following the steps given here: cifar-dataset
- Save the data in a folder in Jupyter notebooks. Name the folder 'data_for_gan'
-
Real- Time Object Detection Output Video