Coder Social home page Coder Social logo

carnd-term1-starter-kit-test's Introduction

Udacity - Self-Driving Car NanoDegree

CarND-Term1-Starter-Kit-Test

Files to test the term 1 starter kit install. Run all cells in the jupyter notebook. The notebook should execute all cells with no errors.

carnd-term1-starter-kit-test's People

Contributors

domluna avatar mvirgo avatar sudkul avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

carnd-term1-starter-kit-test's Issues

Movie fails to play using Docker + Safari on OSX

On OSX, the embedded video does not load if using Safari with the Docker environment. The video does work if using Safari + Anaconda, and also Firefox + Docker.

This is most likely related to jupyter/notebook#1024 and https://stackoverflow.com/questions/27712778/video-plays-in-other-browsers-but-not-safari - Safari uses HTTP Range requests when loading videos, which is not supported by the Jupyter web server. I'm guessing that when using Anaconda, the Jupyter notebook is using a local file URL which would not have the same restriction.

I don't think this is anything that can be fixed, but it might be nice to add a note to use Firefox or Chrome when using the Docker image on OSX.

Error on import moviepy

On Mac OS X 10.11.2. Followed the instruction to create conda envrionment using .yml file without any problem. But when running the test jupyter notebook, under "Test Moviepy" section, there was an NeedDownloadError showing up, saying ffmpeg.osx needs to be downloaded. It turns out moviepy repo has the similar issue, and the solution is adding the following two lines before importing moviepy:

import imageio
imageio.plugins.ffmpeg.download()

Error at step import cv2

I'm following the CarND to run this test. My system is linux mint 18 (basically the same as Ubuntu16.06), installed Anaconda3-4.3.0-Linux-x86_64.sh

From CarND-Term1-Starter-Kit, in created the environment with command:

conda env create -f environment.yml

After activating the environment and loading the notebook, I ran the cells and got the following error after import cv2

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-3-72fbbcfe2587> in <module>()
----> 1 import cv2

ImportError: dynamic module does not define module export function (PyInit_cv2)

Can someone help me out from this?

Error at Step "Test Moviepy

Platform : windows 10
Trying to get going with the starter Kit Test. Installed moviepy, downloaded ffmpeg.win32.exe. However, I receive an error as in screenshot below. Error: No module named requests
moviepy

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.