From 9506723e47bb67ca24a86f15d7540cb53ac1316c Mon Sep 17 00:00:00 2001
From: chenyanzhou0712 <3584608840@qq.com>
Date: Sun, 26 Apr 2026 23:23:15 +0800
Subject: [PATCH 1/4] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=80=89=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/autonomous_driving-semantic_seg/REAMME.md | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 src/autonomous_driving-semantic_seg/REAMME.md
diff --git a/src/autonomous_driving-semantic_seg/REAMME.md b/src/autonomous_driving-semantic_seg/REAMME.md
new file mode 100644
index 0000000000..e69de29bb2
From 440c59c78e7df1531bebd20dd85869a54b4bcad7 Mon Sep 17 00:00:00 2001
From: chenyanzhou0712 <3584608840@qq.com>
Date: Thu, 30 Apr 2026 17:48:40 +0800
Subject: [PATCH 2/4] =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B9=E6=94=B9?=
=?UTF-8?q?=E5=90=8Dautonomous=5Fdriving=5Fsemantic=5Fseg?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/autonomous_driving_semantic_seg/REAMME.md | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 src/autonomous_driving_semantic_seg/REAMME.md
diff --git a/src/autonomous_driving_semantic_seg/REAMME.md b/src/autonomous_driving_semantic_seg/REAMME.md
new file mode 100644
index 0000000000..e69de29bb2
From e755fb54bb3d2e0787fb7ba691c94e395b528b53 Mon Sep 17 00:00:00 2001
From: chenyanzhou0712 <3584608840@qq.com>
Date: Thu, 30 Apr 2026 17:58:28 +0800
Subject: [PATCH 3/4] =?UTF-8?q?=E6=B7=BB=E5=8A=A0README.md=E6=96=87?=
=?UTF-8?q?=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/autonomous_driving_semantic_seg/README.md | 60 +++++++++++++++++++
src/autonomous_driving_semantic_seg/REAMME.md | 0
2 files changed, 60 insertions(+)
create mode 100644 src/autonomous_driving_semantic_seg/README.md
delete mode 100644 src/autonomous_driving_semantic_seg/REAMME.md
diff --git a/src/autonomous_driving_semantic_seg/README.md b/src/autonomous_driving_semantic_seg/README.md
new file mode 100644
index 0000000000..dba11ae1e6
--- /dev/null
+++ b/src/autonomous_driving_semantic_seg/README.md
@@ -0,0 +1,60 @@
+
Autonomous Vehicle(AV) Self Driving System
+
+
+
+
+
+
+
+
+
+

+
+
+---
+
+- **Enhance Perception Systems**: Utilize deep learning techniques for semantic segmentation to improve the vehicle's understanding of its surroundings.
+- **Integrate Multi-Modal Sensors**: Combine data from RGBA cameras and LiDAR sensors to achieve comprehensive environmental awareness.
+- **Facilitate Research and Development**: Provide a modular and extensible codebase that supports the development of novel autonomous driving algorithms.
+- **Ensure Realism and Accuracy**: Leverage the high-fidelity simulation capabilities of CARLA to mimic real-world driving conditions and challenges.
+
+## Features
+
+- **Realistic Simulation**: Leverage the high-fidelity CARLA simulator to create diverse driving scenarios.
+- **Autonomous Driving Algorithms**: Implemented state-of-the-art algorithms for perception, planning, and control.
+- **Sensor Integration**: Support for various sensors including cameras, LiDAR, radar, and GPS.
+- **Modular Architecture**: Easily extend and customize components to fit your research or development needs.
+- **Data Collection**: Tools for collecting and analyzing simulation data for training and evaluation.
+- **Visualization**: Real-time visualization of vehicle dynamics, sensor data, and decision-making processes.
+
+## Deep Learning for Semantic Segmentation
+
+This project leverages advanced deep learning methodologies to perform semantic segmentation, enhancing the vehicle's perception capabilities by accurately identifying and classifying various elements within the driving environment. The integration of RGBA sensor data and LiDAR ensures a robust and precise understanding of the surroundings.
+
+### Core Components:
+
+- **RGBA Sensors**: Capture rich color and texture information, aiding in the distinction of objects, lane markings, and environmental features.
+- **LiDAR Integration**: Provides detailed depth and distance information, complementing RGBA data to achieve a comprehensive 3D perception of the environment.
+- **Neural Network Architecture**: Utilizes CNNs tailored for real-time semantic segmentation, ensuring efficient and accurate processing of sensor data.
+- **Training Pipeline**: Includes scripts and tools for training models on simulated data, allowing for extensive experimentation and optimization.
+- **Evaluation Metrics**: Implements robust evaluation frameworks to assess the performance and reliability of the semantic segmentation models under various scenarios.
+
+### Benefits:
+
+- **Enhanced Accuracy**: Combining RGBA and LiDAR data improves the precision of object detection and classification.
+- **Real-Time Processing**: Optimized neural network architectures ensure that semantic segmentation can be performed in real-time, essential for autonomous driving applications.
+- **Scalability**: The modular design allows for easy integration of additional sensors or alternative deep learning models as needed.
+
+### Technologies/Software/Non-Standard libraries used:
+
+| Technology | Application |
+| ---------- | -------------------------------------- |
+| CARLA | Vehicle Simulator |
+| OpenCV | For data visualization from RGB Camera |
+| Keras | For deep-learning CNN model |
+| Tensorflow | Optimizing the model weights |
+| Pygame | Manual Control |
+
+---
+
+### TL;DR [Video Presentation](https://drive.google.com/drive/folders/1te0HDyyQaOI47RANxhuFZEUii8KMuGsd?usp=share_link)
diff --git a/src/autonomous_driving_semantic_seg/REAMME.md b/src/autonomous_driving_semantic_seg/REAMME.md
deleted file mode 100644
index e69de29bb2..0000000000
From b306d48bb38f069d73c32c8914ecc15caf7ff93f Mon Sep 17 00:00:00 2001
From: chenyanzhou0712 <3584608840@qq.com>
Date: Mon, 4 May 2026 22:23:48 +0800
Subject: [PATCH 4/4] Delete src/autonomous_driving-semantic_seg directory
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
删除错误文件
---
src/autonomous_driving-semantic_seg/REAMME.md | 0
1 file changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 src/autonomous_driving-semantic_seg/REAMME.md
diff --git a/src/autonomous_driving-semantic_seg/REAMME.md b/src/autonomous_driving-semantic_seg/REAMME.md
deleted file mode 100644
index e69de29bb2..0000000000