arvcode / computer_vision_DNN

Computer Vision Nanodegree + Hands on CV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

computer_vision_practice

Computer Vision + Deep Learning Practice Repository:

  1. Repository Details:

This repo consists of Jupyter notebook(s) with Computer vision practice exercises.

The exercises are for practicing the materials from

  1. Udacity - Computer Vision Nano Degree
  2. Udemy - Hands-on Computer Vision with OpenCV4, Keras and TensorFlow2.

  1. Setup Details:

For setting up the machine, please follow https://github.com/udacity/CVND_Exercises

The above link sets up PyTorch and OpenCV.

For TensorFlow and Keras, from your miniconda environment, please do pip install --upgrade pip

Download Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019

pip install --upgrade tensorflow

The steps will update OpenCV to version 4.

About

Computer Vision Nanodegree + Hands on CV

License:MIT License


Languages

Language:Jupyter Notebook 99.7%Language:Python 0.3%