Giter Site home page Giter Site logo

jaredraycoleman / lane_detection Goto Github PK

View Code? Open in Web Editor NEW
20.0 4.0 17.0 123.76 MB

Lane detection for the Nvidia Jetson TX2 using OpenCV4Tegra

License: MIT License

CMake 2.66% Shell 1.08% Cuda 25.71% C++ 69.75% C 0.81%
nvidia jetson-tx2 lane-detection cuda

lane_detection's Introduction

Jetson TX2 Lane Detection

Lane detection for the Nvidia Jetson TX2 using OpenCV4Tegra

Table of Contents

  1. Dependencies
  2. Usage
  3. Configurations

Dependencies

Requires a Jetson TX2 running L4T 28.1 (JetPack 3.1)

Use install_dependencies.sh to install the following dependencies:

  • GNU Scientific Library (libgsl-dev): used for polynomial curve fitting

Usage

Run all scripts from lane_detection directory

    ./build.sh          #builds all files
    ./build.sh clean    #removes all files generated by build.sh
    ./install_dependencies.sh #installs all dependencies
    bin/detect       #runs executable using config.txt configurations

Configurations

Modify config.txt to change configuration settings

  • video_file: path to video file from execution directory
  • lane_degree: degree of polynomial that defines lanes
  • lane_filter: filter for curve to remove jitter lane
  • lane_start_threshold: pixel threshold for searching for lane
  • left_lane_start: percentage of width of frame to start looking for left lane
  • right_lane_start: percentage of width of frame to start looking for right lane
  • row_step: stride for stepping through rows
  • col_step: stride for stepping through columns

lane_detection's People

Contributors

antwonn avatar fierywaters avatar jaredraycoleman avatar tainagdcoleman avatar

Stargazers

 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

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.