TRT model for Ultra_Fast_Lane_Detect(ECCV2020)

Hi, everyone. I encapsulated and modified a lane detection program from top meeting paper on automatic driving into TRT model. Link address:
TRT_Ultra_Fast_Lane_Detect
In this project, the pytorch model is transformed into onnx and TRT models. On Jetson devices, the runtime memory (or GRAM consumption) is reduced by 0.7GB,and the detection speed is doubled.
Some evaluation parts are missing, because I am unable to access the corresponding equipment at present. Welcome to share your test results in the Issues. Scientific and reasonable results will be adopted and displayed. Thank you for your attention and I wish everybody good health.

2 Likes

Impressive work! - cool model. Thanks for sharing!