Railway_detection icon indicating copy to clipboard operation
Railway_detection copied to clipboard

Railway detection in video without deep learning

Abstract

Hits

The project was developed as a base technology for autonomous train traffic, with only the areas corresponding to the tracks from the cameras installed at the front of the trains. This Repository was created in 2019 as part of Soongsil University's industry-academic cooperation project. The architecture and code will be used to create the thesis, and you can use them as you wish after the license is specified.

Requirements

pip install -r requirements.txt

Run

python main.py --input video/test1.mp4

Architecture

Process

From the top, the original images, black-and-white images, histogram smoothing images, blurry images, motionblur images, convolution images, sliding windows and prediction lines are shown in order.

Example