Skip to content

This repository contains the code and data for building a visualization-inspired by Tesla's dashboard

Notifications You must be signed in to change notification settings

swoosh1337/Einstein-Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Einstein Vision - Checkpoint 1 Submission

This repository contains the code and data for the RBE 549: Computer Vision project, Einstein Vision, completed by Irakli Grigolia and Tupak Nagle. The goal of this project is to implement various computer vision techniques to detect and analyze the environment around a moving car.

Networks Utilized

The project utilizes the following networks:

  1. Object Detection (cars, traffic signs, traffic lights, speed limit sign): A TensorFlow-based object detection model from xiaogangLi/tensorflow-MobilenetV1-SSD is used to detect objects in the scene. The midpoints of the bounding boxes are used to identify the position of cars, traffic signs, and traffic lights. Instance/panoptic segmentation network is planned to be used for better depth estimation in future iterations.

  2. Depth Estimation: A transformer-based midas model from jankais3r/Video-Depthify is used to estimate the depth of the objects in the scene. The average depth is calculated within the region defined by the bounding boxes from object detection. Instance segmentation is planned to be used for better results in future iterations.

  3. Lane Detection: YOLO Pv2 from CAIC-AD/YOLOPv2 is used to detect lanes in the scene.

References

The repository also includes references to other object detection and keypoint detection models utilized during the project.

About

This repository contains the code and data for building a visualization-inspired by Tesla's dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages