Commit d16069f7 authored by Sparkf's avatar Sparkf 🏙️
Browse files

add README.md

parent 0254c2c5
Loading
Loading
Loading
Loading

README.md

0 → 100644
+38 −0
Original line number Diff line number Diff line
# Lane Detection from Video Clips Using  Binarization and Sliding Window

![](https://img.shields.io/badge/license-MIT-green)![](https://img.shields.io/badge/Anaconda-CPython3.8-blue)![](https://img.shields.io/badge/SUSTech-EE326-%23F2935C)

![lane_wall](assets/lane_wall.jpg)

This repo contains the code and the report document of the final project in SUSTech EE326 digital image processing course (2021 Spring).

## Run the program

### Initialize the conda environment

```shell
cd code/
```

```shell
conda env create -f environment.yml
```

### Replace images

You can find the image you want to test and put it into `input_img` folder as the current format. We recommend using [TuSimple dataset](https://github.com/TuSimple/tusimple-benchmark) as the validation dataset.

### Run the code

```shell
python3 main.py
```

The output with overlaid lane mark will be appeared in `output_img` folder.

## View the report

Checkout the `document` folder.


assets/lane_wall.jpg

0 → 100644
+1.52 MiB
Loading image diff...