All Projects → jaredraycoleman → lane_detection

jaredraycoleman / lane_detection

Licence: MIT license
Lane detection for the Nvidia Jetson TX2 using OpenCV4Tegra

Programming Languages

C++
36643 projects - #6 most used programming language
Cuda
1817 projects
CMake
9771 projects
shell
77523 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to lane detection

Cuml
cuML - RAPIDS Machine Learning Library
Stars: ✭ 2,504 (+16593.33%)
Mutual labels:  cuda, nvidia
Nicehashquickminer
Super simple & easy Windows 10 cryptocurrency miner made by NiceHash.
Stars: ✭ 211 (+1306.67%)
Mutual labels:  cuda, nvidia
Macos Egpu Cuda Guide
Set up CUDA for machine learning (and gaming) on macOS using a NVIDIA eGPU
Stars: ✭ 187 (+1146.67%)
Mutual labels:  cuda, nvidia
Volumetric Path Tracer
☁️ Volumetric path tracer using cuda
Stars: ✭ 145 (+866.67%)
Mutual labels:  cuda, nvidia
installROS
Install ROS Melodic on NVIDIA Jetson Development Kits
Stars: ✭ 75 (+400%)
Mutual labels:  nvidia, jetson-tx2
Xmrminer
🐜 A CUDA based miner for Monero
Stars: ✭ 158 (+953.33%)
Mutual labels:  cuda, nvidia
Genomeworks
SDK for GPU accelerated genome assembly and analysis
Stars: ✭ 215 (+1333.33%)
Mutual labels:  cuda, nvidia
Parenchyma
An extensible HPC framework for CUDA, OpenCL and native CPU.
Stars: ✭ 71 (+373.33%)
Mutual labels:  cuda, nvidia
Plotoptix
Data visualisation in Python based on OptiX 7.2 ray tracing framework.
Stars: ✭ 252 (+1580%)
Mutual labels:  cuda, nvidia
Nvidia Modded Inf
Modified nVidia .inf files to run drivers on all video cards, research & telemetry free drivers
Stars: ✭ 227 (+1413.33%)
Mutual labels:  cuda, nvidia
Libcudacxx
The C++ Standard Library for your entire system.
Stars: ✭ 1,861 (+12306.67%)
Mutual labels:  cuda, nvidia
YOLOP
You Only Look Once for Panopitic Driving Perception.(https://arxiv.org/abs/2108.11250)
Stars: ✭ 1,228 (+8086.67%)
Mutual labels:  lane-detection, jetson-tx2
Tutorial Ubuntu 18.04 Install Nvidia Driver And Cuda And Cudnn And Build Tensorflow For Gpu
Ubuntu 18.04 How to install Nvidia driver + CUDA + CUDNN + build tensorflow for gpu step by step command line
Stars: ✭ 91 (+506.67%)
Mutual labels:  cuda, nvidia
Gmonitor
gmonitor is a GPU monitor (Nvidia only at the moment)
Stars: ✭ 169 (+1026.67%)
Mutual labels:  cuda, nvidia
Deep Learning Boot Camp
A community run, 5-day PyTorch Deep Learning Bootcamp
Stars: ✭ 1,270 (+8366.67%)
Mutual labels:  cuda, nvidia
Pine
🌲 Aimbot powered by real-time object detection with neural networks, GPU accelerated with Nvidia. Optimized for use with CS:GO.
Stars: ✭ 202 (+1246.67%)
Mutual labels:  cuda, nvidia
Cuda
Experiments with CUDA and Rust
Stars: ✭ 31 (+106.67%)
Mutual labels:  cuda, nvidia
Optix Path Tracer
OptiX Path Tracer
Stars: ✭ 60 (+300%)
Mutual labels:  cuda, nvidia
Relion
Image-processing software for cryo-electron microscopy
Stars: ✭ 219 (+1360%)
Mutual labels:  cuda, nvidia
nvidia-jetson-rt
Real-Time Scheduling with NVIDIA Jetson TX2
Stars: ✭ 38 (+153.33%)
Mutual labels:  nvidia, jetson-tx2

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].