TwinLiteNet: An Efficient and Lightweight Model for Driveable Area and Lane Segmentation in Self-Driving Cars
See requirements.txt
for additional dependencies and version requirements.
pip install -r requirements.txt
-
Download the images from images.
-
Download the annotations of drivable area segmentation from segments.
-
Download the annotations of lane line segmentation from lane.
/data
bdd100k
images
train/
val/
test/
segments
train/
val/
lane
train/
val/
python3 main.py
python3 val.py
python3 test_image.py
Our source code is inspired by:
If you find our paper and code useful for your research, please consider giving a star ⭐ and citation 📝 :
@misc{che2023twinlitenet,
title={TwinLiteNet: An Efficient and Lightweight Model for Driveable Area and Lane Segmentation in Self-Driving Cars},
author={Quang Huy Che and Dinh Phuc Nguyen and Minh Quan Pham and Duc Khai Lam},
year={2023},
eprint={2307.10705},
archivePrefix={arXiv},
primaryClass={cs.CV}
}