carlinl / SEENET-SAD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SEENet-SAD Pytorch

Original enet-sad link is attached below, and codes in this repo is built all based on the ENet-SAD.

My work is only add SELayer to the basic block, and it can make the lane lines more contigious. It only costs 0.003s more than original ENet-SAD, which is tested on 1060Ti. Two test results are output_cv.mp4(ENet-SAD) and output_cv11.mp4(SEENet-SAD), hope you can enjoy!

About

License:MIT License


Languages

Language:Python 86.7%Language:C++ 11.8%Language:Shell 1.2%Language:CMake 0.3%