Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.33 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.33 KB

Carla-Autonomous-Vehicle

Team Members

  1. Anurag Gupta (AnuragGupta806)
  2. Amit Gupta (AmitGupta7580)
  3. Mohd. Sahil (mds10)
  4. Ankur Pratap Singh (Exyons)

Phase 1:Object Detection

First part of our project involved detecting real world objects in carla simulated environment. For this, we took help of a well known detection model called YOLO4(You Only Look once) because of its great tradeoff between Speed and Accuracy.

  • YOLO4 weights file can be downloaded from this Link and placed in the models folder

  • Youtube video of its Live Demo can be found at this Link

Phase 2: Road Detection using Semantic Segmentation

In this phase, we trained a road segmentation CNN model on the dataset of semantic images from carla to to detect road pixels from the camera image. After that we used Random sample consensus(RANSAC), that estimates the road plane from given set of points by taking multiple sets if 3 random points and passing a plane through it.

  • Road segmentation model file is present in 'Models' folder
  • Youtube video for the same can be found at this [Link]