Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
# Autonomous Driving w/ Deep Learning
|
5 |
+
This project uses behavioral cloning to train a car to drive autonomously in a simulator. The simulator provides images from three cameras mounted on the car, as well as the steering angle, throttle, brake, and speed of the car. The goal is to train a neural network to predict the steering angle based on the images from the three cameras. The neural network is a Convolutional Neural Network trained using Keras and TensorFlow. I would like to thank the TensorFlow Research Cloud for providing the TPU v4-8 used during training.
|
6 |
+
|
7 |
+
The simulator can be downloaded from: https://github.com/udacity/self-driving-car-sim
|
8 |
+
|
9 |
+
## Data Collection
|
10 |
+
I used this dataset(all 3 subsets): https://www.kaggle.com/datasets/zaynena/selfdriving-car-simulator
|
11 |
+
|
12 |
+
## Model Architecture
|
13 |
+
The model architecture is based on the NVIDIA model: https://devblogs.nvidia.com/deep-learning-self-driving-cars/
|
14 |
+
|
15 |
+
## Logs
|
16 |
+
|
17 |
+
Wandb logs: https://wandb.ai/samirrangwalla1/self-driving/runs/nsj7wwer
|
18 |
+
|
19 |
+
## Repo
|
20 |
+
https://github.com/sr5434/autonomousDriving
|