This repository creates a TensorRT engine of LaneATT for inference.
- TensorRT 8.0.3
- CUDA 10.2
- See install
git clone https://github.com/lucastabelini/LaneATT.git
cd LaneATT
python laneatt_to_onnx.py
python onnx_to_tensorrt.py
cd laneatt
mkdir build && cd build
cmake ..
# modify image and engine path in laneatt_test.cc
make && ./laneatt_test
- C++ inference
- Measure speed on Xavier