Autonomous Cars: Deep Learning and Computer Vision in Python (Course Materials)

Getting Started

Install Anaconda for Python 3 for your operating system from https://www.anaconda.com/download/

Install OpenCV and Tensorflow
Open an Anaconda Prompt (if you’re on Windows, open it as Administrator by right-clicking on it in your Start menu, selecting “more”, and then “run as administrator.” In the terminal, run:

conda install opencv

Hit ‘y’ to proceed if prompted.

Once it’s done, proceed to run:

pip install --ignore-installed --upgrade tensorflow

Get the Course Materials at http://media.sundog-soft.com/SelfDriving/SelfDrivingMaterials.zip and unzip them into a path that’s easy to type (for example c:\SelfDrivingMaterials would be appropriate on Windows.)

Get the Slides at http://media.sundog-soft.com/SelfDriving/SelfDriving.pdf if you’d like to have them for later reference.

Try it out
From your Anaconda prompt, cd into the directory you unzipped the course materials into. For example:

cd c:\SelfDrivingMaterials

Now launch a Jupyter Notebook:

jupyter notebook

You should see a listing of the course sections in your web browser. If you have a webcam connected, navigate into section 4, and select “Lecture 4.14 Canny Sobel and Laplace Edge Detection using Webcam.ipynb”

Click in each block of code in order, and hit “shift-enter” to run it. If everything is set up properly, a video window should appear at the end showing you with an edge detection algorithm applied! Hit the “enter” key while this window is active to exit it when you’re done.

To exit Jupyter, close the notebook’s browser window, then click the “Quit” button from the directory page.

Optional: Join Our List

Join our low-frequency mailing list to stay informed on new courses and promotions from Sundog Education. As a thank you, we’ll send you a free course on Deep Learning and Neural Networks with Python, and discounts on all of Sundog Education’s other courses! Just click the button to get started.