Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.55 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.55 KB

Master Thesis

This repository contains the code used during the master thesis project "Vehicle detection and Road Scene Segmentation using Deep Learning" (Link to report). All approaches are based on Convolutional Neural Networks (CNNs) and are implemented in LuaJIT using Torch7.

All implementations uses cutorch -- a CUDA backend for Torch7, and cudnn -- a GPU-accelerated library for deep neural networks.

More specifically, the repository includes;

The documentation of these implementations is very breif and meant to give a quick overview of the structure to be used for similar projects rather than a useful product in it self.