ITCoders / Human-detection-and-Tracking

Human-detection-and-Tracking
Apache License 2.0
856 stars 307 forks source link

Can I able to find coordinate values of bounding boxes. #26

Closed shabbeersh closed 6 years ago

shabbeersh commented 6 years ago

Issues should contain the following details which increases the probability of it get resolved quickly

prsntmaurya commented 6 years ago

yes sure,

If you are using Python version of the code then you can get the coordinates of the rectangles as follows: for people detection, it stored in the variable ' rects ' in function named 'def _detectpeople' for face coordinates, you can refer to 'face' variable in '_drawfaces' function.

prsntmaurya commented 6 years ago

I hope your problem is resolved for now.