This repo contains the code and the report document of the final project in SUSTech EE326 digital image processing course (2021 Spring).
cd code/
conda env create -f environment.yml
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 as the validation dataset.
python3 main.py
The output with overlaid lane mark will be appeared in output_img
folder.
Checkout the document
folder.
Checkout https://github.com/sparkcyf/SUSTech_EE326_Digital_image_Processing