aqeelanwar / SocialDistancingAI

Using Python to monitor social distancing
MIT License
105 stars 71 forks source link

query about getting distancing between pair pedestrians in bounding box #14

Open lchunleo opened 4 years ago

lchunleo commented 4 years ago

Hi

thanks for sharing. i noted from the code the pedestrian bounding boxes are subsequently transformed into bird eye view and then checked for 6 feet/10 feet violation. i wish to get only the violating subject pairs (in bounding boxes or midpoints) among the list of bounding boxes. May i know how can i do so to filter the bounding boxes to know which pair has the violation?

thanks