Uses deep learning techniques for semantic segmentation in autonomous driving, specifically employing the U-Net architecture to perform pixel-wise classification in challenging weather conditions using TensorFlow and the Mendeley DAWN dataset.
Project Objective's:
- Develop a Semantic Segmentation Model: Implement a U-Net architecture to perform pixel-wise classification for autonomous driving, enabling accurate scene segmentation under various weather conditions.
- Enhance Weather Robustness: Analyze and incorporate weather data to improve the model's performance in challenging weather scenarios like fog, rain, and snow, ensuring the model's reliability.
- Data Preprocessing and Augmentation: Perform comprehensive data preprocessing and apply augmentation techniques to increase the model’s robustness and generalization capability across diverse environments.
- Evaluate Model Performance: Use evaluation metrics such as Intersection over Union (IoU), accuracy, precision, and recall to assess the effectiveness of the segmentation model in different conditions, focusing on weather-adaptive capabilities.