JunshengFu / driving-lane-departure-warning

Built a real-time lane departure warning system with a monocular camera, using OpenCV.
GNU General Public License v3.0
220 stars 103 forks source link

Is the repo missing the environment file? #2

Closed jpace7 closed 7 years ago

jpace7 commented 7 years ago

I am looking for the .yml file? for the Anaconda environment

JunshengFu commented 7 years ago

If you go into the link at 2. Dependencies & my environment, then you could find them. For your convenience, this is the yml file with enabled GPU version: https://github.com/udacity/CarND-Term1-Starter-Kit/blob/master/environment-gpu.yml

jpace7 commented 7 years ago

Thanks for the help!