Reimplementing SCNN for Lane Detection: Architectural Improvements and TensorRT Deployment
· 3 min read
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.
