How to estimate real distance between two detected objects in an image?
You may think this is a duplicate, but my situation is different than previously asked questions. The only information I have is the width and height of the bounding boxes of detected people. The dataset I'm working on has images captured in different environments (street, garden, mall, ...). In other words, there is no fixed object in all images I can use as scale. The angle at which each image is captured varies drastically from almost parallel to the ground to prependicular to the ground. This means that bounding boxes don't always mimic the real size of a person. My objective is to measure the real distance between people. Any hints on how I can do this ? I am starting to think it is not feasible
Thank you!
Topic distance computer-vision
Category Data Science