You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PytorchAutoDrive: Segmentation models (ERFNet, ENet, DeepLab, FCN...) and Lane detection models (SCNN, RESA, LSTR, LaneATT, BézierLaneNet...) based on PyTorch with fast training, visualization, benchmarking & deployment help
This repository provides two deep learning pipelines for real-time scene analysis in Euro Truck Simulator 2. The first solution utilizes LaneNet with an ENet backbone for lane detection alongside Yolo11n for object detection. The second solution employs YOLOPv2 to simultaneously detect lanes and vehicles.