object_detection-PLUS-distance_estimation-v1 icon indicating copy to clipboard operation
object_detection-PLUS-distance_estimation-v1 copied to clipboard

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 inp...

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.