Skip to main content

5 posts tagged with "TensorRT"

NVIDIA TensorRT deployment

View All Tags

Reimplementing SCNN for Lane Detection: Architectural Improvements and TensorRT Deployment

· 3 min read
Yi-Chen Zhang
Lead Engineer, AI and Autonomous

I recently worked on a lane marking detection project. After reviewing the literature, I decided to use the SCNN (Spatial CNN) model — not because it's state of the art, but because it falls squarely into my "if you can't implement it, you don't really understand it" category.