├── 48.jpg ├── CULanes.ipynb ├── Culanes_calcagno_thesis.pdf ├── README.md ├── __init__.py ├── _config.yml ├── config.py ├── model.py ├── parallel_model.py ├── utils.py └── visualize.py /48.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fmcalcagno/MASK_Lane_Detection/HEAD/48.jpg -------------------------------------------------------------------------------- /CULanes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fmcalcagno/MASK_Lane_Detection/HEAD/CULanes.ipynb -------------------------------------------------------------------------------- /Culanes_calcagno_thesis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fmcalcagno/MASK_Lane_Detection/HEAD/Culanes_calcagno_thesis.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fmcalcagno/MASK_Lane_Detection/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fmcalcagno/MASK_Lane_Detection/HEAD/_config.yml -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fmcalcagno/MASK_Lane_Detection/HEAD/config.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fmcalcagno/MASK_Lane_Detection/HEAD/model.py -------------------------------------------------------------------------------- /parallel_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fmcalcagno/MASK_Lane_Detection/HEAD/parallel_model.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fmcalcagno/MASK_Lane_Detection/HEAD/utils.py -------------------------------------------------------------------------------- /visualize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fmcalcagno/MASK_Lane_Detection/HEAD/visualize.py --------------------------------------------------------------------------------