HassanBinHaroon / object_detection-PLUS-distance_estimation-v1

This project implements object detection and range estimation. The object detection is done through YOLOV5 in this implementation. The project works in concatenation i.e object detection output is input to the range estimation model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

object_detection-PLUS-distance_estimation-v1

This project implements object detection and range estimation. The object detection is done through YOLOV5 in this implementation. The project works in concatenation i.e object detection output is input to the range estimation model.

Open in Colab

Demo1

Demo2

Table Of Contents

1. Inference on Google Colab (quickest inference execution)

> Inference on Google Colab (quickest inference execution)

Click on the following link.

https://colab.research.google.com/drive/1rEJLCUzFmkjmScXfbfaha13biHx7moh8#scrollTo=DSHoYo1hCe0R

Must Do After Clicking

>>>>> Change runtime type

>>>>> Select GPU

>>>>> Run All

Visualize the results

1. Go to frames folder and scroll down

2. Double-Click on output.mp4. See the output video in downloads.

Note: There is still work in progress. More options will be added to the project soon.

About

This project implements object detection and range estimation. The object detection is done through YOLOV5 in this implementation. The project works in concatenation i.e object detection output is input to the range estimation model.


Languages

Language:Python 71.7%Language:Jupyter Notebook 26.9%Language:Shell 0.8%Language:Dockerfile 0.5%