This is the presentation of the first course in computer vision for self driving cars by upcode academy.
- Install conda, see its documentation
- Clone this repo using git
- Create a new conda environment
$ conda env create -n lanedetection -f binder/environment.yml
- Execute the jupyter notebook
$ jupyter notebook
- Open the url shown in the console with your favourite browser
Once opened you can see it in presentation mode (by clicking on the icon on the top right corner that looks like a present). Although no style file will be loaded and your presentation background will be plain white.