Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.38 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.38 KB

On-road-Obstacle-Detection

Detecting objects on road in the context of Autonomous Vehicle

The central concept of this application is to detect objects that comes in reference to the vehicle using a camera. This application can detect almost all the object that are present on road. Here, objects are detected by bounding a box around it and mentioning probability of that detection. Bounding boxes also moves as the object moves anywhere that means this application can detect objects even in motion.

As of now, this program contains two features for detection. One is live detection using any camera and another is detection through input video.

Workflow

Technology stack:

  • Python (Programming Language)
  • YOLOv3 (Algorithm)
  • OpenCV (Framework)
  • COCO Dataset

To start the application, first install required libs:

  1. pip install opencv-python
  2. pip install numpy
  3. pip install tk

Also, Download weights flile from Here

To run the program Run " python3 final_code.py.py " in terminal in linux or " python final_code.py.py " in command prompt in windows. A GUI window will open up click on the required button and the application will start.