Git Product home page Git Product logo

onnx-ultra-fast-lane-detection-inference's Introduction

onnx-Ultra-Fast-Lane-Detection-Inference

Example scripts for the detection of lanes using the ultra fast lane detection model in ONNX.

!Ultra fast lane detection Source: https://www.flickr.com/photos/32413914@N00/1475776461/

Pytorch inference

For performing the inference in Pytorch, check my other repository Ultrafast Lane Detection Inference Pytorch.

Tested Environment

Computer or Laptop

Single Board

  • Jetson Xavier AGX. JetPack 4.6

Requirements for Laptop

  • OpenCV, scipy, onnx and onnxruntime. pafy and youtube-dl are required for youtube video inference.

Requirements for Nvidia Xavier

  • OpenCV, scipy, onnx and onnxruntime. pafy and youtube-dl, Nvidia Xavier AGX, JetPack 4.6 and Python3.6 .

Installation for Laptop

pip install -r requirements.txt
pip install pafy youtube-dl

Installation for Nvidia Xavier

pip3 install opencv-python
pip3 install scipy
Download >> https://nvidia.app.box.com/s/bfs688apyvor4eo8sf3y1oqtnarwafww
Install  >> pip3 install onnxruntime_gpu-1.8.0-cp36-cp36m-linux_aarch64.whl
pip3 install scikit-build
if you found not match version try to upgrade the PIP >> sudo -H pip3 install --upgrade pip

ONNX model

The original model was converted to different formats (including .onnx) by PINTO0309, download the models from his repository and save it into the models folder.

ONNX Conversion script: cfzd/Ultra-Fast-Lane-Detection#218

Original Pytorch model

The pretrained Pytorch model was taken from the original repository.

Model info (link)

  • Input: RGB image of size 800 x 200 pixels.
  • Output: Keypoints for a maximum of 4 lanes (left-most lane, left lane, right lane, and right-most lane).

Examples

  • Image inference:
python imageLaneDetection.py 
  • Webcam inference:
python webcamLaneDetection.py
  • Video inference:
python videoLaneDetection.py

!Ultrafast lane detection on video

Result for Nvidia Xavier

onnx-ultra-fast-lane-detection-inference's People

Contributors

ibaigorordo avatar khaledgabr77 avatar mosdeo 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

Watchers

 avatar  avatar

onnx-ultra-fast-lane-detection-inference's Issues

Nivida xavier

did you tested before on nvidia xavier, or do you know if it will work there?

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.