arunponnusamy / cvlib

A simple, high level, easy to use, open source Computer Vision library for Python.

Home Page:http://arunponnusamy.com/cvlib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid bounding boxes returned occasionally

LukeBilsborrow opened this issue · comments

Sometimes the bounding boxes returned by the detect_faces method are invalid.
I'm having a issue where some bounding boxes have the same start and end x (zero total width) and sometimes the start_y is LARGER than end_y.

Any idea why this might be? These boxes are clearly not as intended

Hey @LukeBilsborrow , can you share a sample image and the code you are using so that I can reproduce this issue on my end and see what's going on ?