Git Product home page Git Product logo

highway-lane-tracker's People

Contributors

brok-bucholtz avatar mreichelt avatar peter-moran avatar ryan-keenan 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  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

highway-lane-tracker's Issues

Not enough valid windows to create a fit error

Great work and thanks for sharing.

I try to run this project with an video and it gave the following error.
The sample video is from http://www.robesafe.uah.es/personal/eduardo.romera/uah-driveset/ dataset.
D1/20151110175712-16km-D1-NORMAL1-SECONDARY/20151110175712-16km-D1-NORMAL1-SECONDARY.mp4
Guess it is not detecting a line then give up :)

File "find_lane.py", line 197, in find_lines
assert len(win_left_valid) >= 3 and len(win_right_valid) >= 3, 'Not enough valid windows to create a fit.'
AssertionError: Not enough valid windows to create a fit.

'Not enough valid windows to create a fit.'

Hello, I'm a student and interested your project.
When I use the "find_lane.py", I got mistakes.
The Error is "assert len(win_left_valid) >= 3 and len(win_right_valid) >= 3, 'Not enough valid windows to create a fit.'"
I check the code, and find that when the function "filter_window_list" ( which is in windows.py) work, all variable of window.dropped, window.frozen, window.detected are True, and it makes all windows can not be appended in variable "windows_filtered".
Although, there is tips " # TODO: Do something if not enough windows to fit. Most likely fall back on old measurements." in "find_lane.py", I do not know how to fix it. Can you help me? Thank you !

ImportError: cannot import name 'dot3'

Followed your installation instruction. But got this import package error "dot3" from filterpy.kalman.
I search the filterpy.kalman codes, only dot is supported.
Thanks for looking into this.
Tac.

(carnd-term1) EliteBook-8540w:/highway-lane-tracker$ python find_lane.py ./data/test_videos/project_video.mp4
/home/th/anaconda3/envs/carnd-term1/lib/python3.5/site-packages/matplotlib/font_manager.py:280: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.
'Matplotlib is building the font cache using fc-list. '
Traceback (most recent call last):
File "find_lane.py", line 20, in
from windows import Window, filter_window_list, joint_sliding_window_update, window_image
File "/home/th/highway-lane-tracker/windows.py", line 5, in
from filterpy.kalman import KalmanFilter, logpdf, dot3
ImportError: cannot import name 'dot3'
(carnd-term1)EliteBook-8540w:
/highway-lane-tracker$

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.