alexgkendall / SegNet-Tutorial

Files for a tutorial to train SegNet for road scenes using the CamVid dataset
http://mi.eng.cam.ac.uk/projects/segnet/tutorial.html
847 stars 517 forks source link

add cudnn5 dockerfile #159

Open KeunwooPark opened 5 years ago

KeunwooPark commented 5 years ago

I updated gpu docker file. The current docker file does not work for Ubuntu 16.04 with GTX 1060. I posted this issue(#158) and I open a pull request to share my solution.

Also I updated readme for running the webcam_demo.py in a docker container.