I am following the "Creating your own Haar Cascade OpenCV Python" tutorial and with the images of the tutorial it is working. However, if I use an own image of a face of an antilope the calculation time is very low (23min) and the antilope cannot be detected. The training image has a size of 50x50 pixels and the negative images 100x100 pixels.
What can be my error?
Thanks.
You must be logged in to post. Please login or register an account.