basileroth75 / covid-social-distancing-detection

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

How to control into bird view #13

Open stainedcreek opened 2 years ago

stainedcreek commented 2 years ago

Why add 200 to the height of this line? Does the camera angle affect this parameter?

if not (downoid[0] > width or downoid[0] < 0 or downoid[1] > height+200 or downoid[1] < 0 )

Thanks for the answer.