1. Description
2. Start ADAS
3. Segmentation
- Segmentation of the current and other road lanes;
- Detection of objects in front of the machine based on the kitty dataset.
python download_dataset_and_weights.py
python main.py
- U2Net
- UNet with
Efficientnet-b0
as backbone from library segmentation-models-pytorch