yeephycho / tensorflow-face-detection

A mobilenet SSD based face detector, powered by tensorflow object detection api, trained by WIDERFACE dataset.
Apache License 2.0
768 stars 264 forks source link

How to get opencv boxes for drawing rectangles ? #48

Open prnvjb opened 5 years ago

prnvjb commented 5 years ago

HI, How to draw bounding boxes with cv2.rectangle method? You're using pillow to draw coordinates, even I converted to opencv coords I'm getting some errors. Thanks for the help!