This repository creates a TensorRT engine of LaneATT for inference.
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
$ claude mcp add TensorRT-LaneATT \
-- python -m otcore.mcp_server <graph>