augmentedstartups / YOLOv4-Tutorials

This video tutorial series shows you how to infer and train your own custom YOLOv4 models, Step-by-step
206 stars 140 forks source link

Physical distance changes at different locations #7

Open Muhibullah1 opened 2 years ago

Muhibullah1 commented 2 years ago

Hi there, I was wondering how do you estimate the distance for various locations in the image? As the number of pixels at different locations would correspond to different physical distances e.g, if the person is near to the camera then 75 pixels might correspond to 2m but if the person is away from the camera then 75 pixels might correspond to 4m in the same image. Have you integrated this information into your calculations?