Skip to content

Yibin122/TensorRT-LaneATT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorRT-LaneATT

This repository creates a TensorRT engine of LaneATT for inference.

0.Prerequisites

  • TensorRT 8.0.3
  • CUDA 10.2
  • See install

1.ONNX

git clone https://github.com/lucastabelini/LaneATT.git
cd LaneATT
python laneatt_to_onnx.py

2.TensorRT

python onnx_to_tensorrt.py

sample

3.C++ Inference

cd laneatt
mkdir build && cd build
cmake ..
# modify image and engine path in laneatt_test.cc
make && ./laneatt_test

TODO

  • C++ inference
  • Measure speed on Xavier

About

Code for TensorRT inference of LaneATT model

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published