Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taruntomar122/self-driving-cars-with-carla

This repository contains work done on self-driving-car with carla project.
https://github.com/taruntomar122/self-driving-cars-with-carla

Last synced: 3 days ago
JSON representation

This repository contains work done on self-driving-car with carla project.

Awesome Lists containing this project

README

        

# Self-Driving-Cars-With-Carla
This repository contains work done on self-driving-car with carla project.

I think i am going to use image-segmentation to segment training images and then train a behavioural cloning model from nvidia research paper on those images to get the steering angle.
Then i will work on pedal and braking system with another model later.
Anyways here are the image_segmentation model test images.
By no means u should think that i have made this model by myself XD. I have just used a pretrained image_segmentation model (Resnet-50).

![Test_Image](https://github.com/TarunTomar122/Self-Driving-Cars-With-Carla/blob/master/image_segmentation_model/test.jpg)
![Predicted_Image](https://github.com/TarunTomar122/Self-Driving-Cars-With-Carla/blob/master/image_segmentation_model/te.jpg)