Coder Social home page Coder Social logo

pierluigiferrari / lane_tracker Goto Github PK

View Code? Open in Web Editor NEW
42.0 42.0 15.0 88.85 MB

A Python program for lane line detection and tracking using a traditional computer vision approach

License: GNU General Public License v3.0

Python 100.00%
computer-vision lane-detection lane-lines lane-lines-detection lane-tracker

lane_tracker's People

Contributors

pierluigiferrari avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

lane_tracker's Issues

distorted input image in draw_lane

Hi,
The input image is not undistorted before the calculated lane is added to it. It can be problem if the lane is not in the center.
Thanks for your code. It is very good to learn.

type error

hello pierluigiferrari:
i ran your code and got a such mistake
img1[:(img1.shape[0]*(1-partial)),:] = 0

TypeError: slice indices must be integers or None or have an index method
so i change it to:
img1[:int(img1.shape[0]*(1-partial)),:] = 0
now there is no mistake ,and it performed well on the challenge_video,but it failed to detect the lane lines in some frames in the harder_challenge_video.
Have a nice day!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.