Reputation: 87
I have tried using pre-trained haar-cascades from OpenCV library but there were many false positives. Is there any efficient way without using haar-cascades?
Upvotes: 1
Views: 243
Reputation: 771
There is no perfect solution that I know of, but some preprocessing will make the results better.
Since I am also trying to solve this problem, do let me know how this worked for you :)
Upvotes: 1