Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mk-armah/nvidia-sdc-research-2016
This repository is the first in the Journey of Electric Vehicle Research and Development.
https://github.com/mk-armah/nvidia-sdc-research-2016
artificial-intelligence computer-vision deep-learning machine-learning robotics
Last synced: about 1 month ago
JSON representation
This repository is the first in the Journey of Electric Vehicle Research and Development.
- Host: GitHub
- URL: https://github.com/mk-armah/nvidia-sdc-research-2016
- Owner: mk-armah
- License: mit
- Created: 2022-03-22T17:26:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-20T08:56:21.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T19:50:55.344Z (3 months ago)
- Topics: artificial-intelligence, computer-vision, deep-learning, machine-learning, robotics
- Language: Jupyter Notebook
- Homepage:
- Size: 332 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EV-Research and Development - #1
----This repository is the first in the Journey of Self Driving Feature Research and Development.
### End to End Learning for Self Driving Cars.
The Idea is to Implement a Research Paper Released By Mariussz Bojarski and The Nvidia Team - "End to End Learning For Self Driving Cars" For Self Driving Feature Prototyping.
A CNN is trained to map raw pixels from a single front-facing camera directly to steering commands.# Why This Paper ?
This paper is a good start for Self Driving Technology Research since it utilizes a simple CNN Architecture to achieve state of the art performance.
The modern Self Driving Car usually utilizes complex Sensors such as Lidars and Radars along side multiple camera system integrations making it very difficult to implement without knowledge in Sensor Fusion and Robotics.
This Network eliminates all that hustle with a single camera integration.## Model Architecture
![nvidea-end to end learning for self driving cars - archticture](https://user-images.githubusercontent.com/85971733/159633719-26fc26c7-4989-4f35-b28f-f7a7b2205f1c.png)