basileroth75 / covid-social-distancing-detection

Personal social distancing detector using Python, a Tensorflow model and OpenCV
125 stars 54 forks source link

ASPECT RATIO NEEDED!! #7

Open phmalek opened 3 years ago

phmalek commented 3 years ago

Hi, nice attempt, however, you cannot simply apply this method to social distancing project. The reason is, that in order to get a realistic measure on x and y directions on the output image, you need either the camera parameters directly or compute it. Otherwise the scaling on the x and y axis are different and in that case you cannot use the euclidian distance.