English, asked by gabadeepanshu3, 8 months ago

how to masure the distance anteecial object​

Answers

Answered by saranshinandanwar
0

Answer:

Machine Learning

Open in app

Get started

Responses

To respond to this story,

get the free Medium app.

Open in app

There are currently no responses for this story.

Be the first to respond.

You have 2 free stories left this month. Sign up and get an extra one for free.

Measuring social distancing using Tensorflow Object Detection API

Daniel Rojas Ugalde

Daniel Rojas Ugalde

May 6 · 3 min read

These days being at the right distance from another person is very important. Due to the COVID-19 situation, we’ve learned a lot about social distancing and how it can help us fight the virus.

Using Tensorflow you can measure how far or close a person is from another person. This will be a relative measure given that the picture can be from different angles and perspectives.

This example will be based on the Object Detection Google Collab Notebook. You can try it out with a few tweaks. In the following paragraphs, I’ll explain the changes and tweaks needed to run the example.

The final result will be something like the following picture. You’ll have some lines and a list of the distances. You can also play with a threshold that way you can only show lines below that threshold (when people are too close)

Similar questions