Skip to content

mmichal9/Computer_Vision_Nanodegree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Vision Nanodegree:

Udacity Computer Vision Nanodegree
Computer Vision Nanodegree Notes and Projects Computer Vision Nanodegree.

Nanodegree Overview:

For more details about the program please have a look at the Nanodegree Syllabus or visit Computer Vision Nanodegree.

Projects:

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.

Combine image processing and deep learning knowledge to create CNN-RNN model that will be trained on the COCO image dataset to produce captions given an input images.

Notes:

Utilise basic Classical Computer Vision techniques such as Image Filtering, Masking, Canny Edge Detection, Hough Lines, Fast Fourier Transform.

TODO

Setup:

Setup conda environment for Computer Vision Nanodegree using official guide or instruction below:

# 1. Create conda environment and activate it
conda create --name cv-nd python=3.6
activate cv-nd

# 2. Add environment to Jupyter Kernels:
conda install pip
conda install ipykernel
python -m ipykernel install --user --name <cv-nd> --display-name "<cv-nd>"

# 3. Install PyTorch and OpenCV
pip install opencv-python
conda install -c pytorch pytorch
conda install -c pytorch torchvision

# 4. Install other required packages:
pip install -r requirements.txt

About

Computer Vision Nanodegree Notes and Projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published