Ultra Fast Lane Detection

Contents

  • HOWTOs
    • Setup
    • Create dataset
    • Train
    • Test and use the model
    • TOC
      • Project setup
      • HOWTO: Create a dataset
      • Create a config/profile
      • Training
      • Testing
      • Add testing code
      • Run test
      • Visual test
      • Integrate into your project
  • Code
  • scripts namespace
Ultra Fast Lane Detection
  • »
  • HOWTOs
  • View page source

HOWTOs¶

The Howtos will guide you through the whole process starting with the collection of data till production use.

Setup¶

CARLA Setup
UFLD Setup

Create dataset¶

Collect data from CARLA
Convert dataset to meet the specifications

Train¶

Create a config/profile for your dataset
Train a model

Test and use the model¶

Test the model
Integrate UFLD into your own project

TOC¶

  • Project setup
    • Requirements
    • Training without CUDA capable GPU
    • Setup
  • HOWTO: Create a dataset
    • Specifications:
    • Prepare the dataset
    • TuSimple
  • Create a config/profile
    • h_samples
    • batch_size
    • Example config
  • Training
    • Start training
    • Monitoring
    • What now?
  • Testing
  • Add testing code
  • Run test
  • Visual test
  • Integrate into your project
    • Use as standalone application
    • Use as dependency
    • Improve runtime performance
Next Previous

© Copyright 2020, cfzd; 2020 Markus Heck

Built with Sphinx using a theme provided by Read the Docs.