Lane Detection for Self Driving Cars
with images: end folder path containing images needs to be given
pyhton3 lane.py -dataset 1 -path /home/siddharth/Downloads/673/Project2/data/data_1/data/
Challenge video: Please ensure the video file is present in the current working directory or provide the complete file path
python3 lane.py -dataset 2
python3 lane.py -dataset 2 -path /home/siddharth/Downloads/673/Project2/data/data_2/challenge_video.mp4
(output vides will be rendered in the present working directory)
-dataset: 1: For the images ; 2: for challenge video
-path: path of input folder/file
Please ensure that the video file is in the present working directory or provide the path argument having complete video file path
python3 problem1.py -method histogram
python3 problem1.py -method histogram -path /home/siddharth/Downloads/673/Project2/Night\ Drive\ -\ 2689.mp4
python3 problem1.py -method gamma
(please note that the execution using the histogram method will take consume CPU, time and memory)
-method: method to be used - either histogram or gamma
-path: path of input file
https://drive.google.com/drive/folders/1ivJRFKzYbeRKER1eEn-jbTcZUcTrM7-g?usp=sharing