-
Notifications
You must be signed in to change notification settings - Fork 773
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
267315b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sklum @JordanCheney FYI this surfaced when I upgraded the OpenCV cascade models to those provided in 2.4.11 (a580a10). IMO this represents a somewhat serious performance regression, so I think I will revert at least the alt2 model. Looking into it some more...
267315b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok the post mortem on this issue is that the haar cascades we used previously in OpenBR were the "old" ones. I've updated
models.tar.gz
one more time so that the "old" version ofhaarcascade_frontalface_alt2.xml
is packaged instead of the "new" version. I also saw minor accuracy degradations in the "new" version of this file. For all other cascade files the "new" version is packaged.267315b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jklontz The other option here is to move to our in house cascades officially instead of the OpenCV versions.
267315b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Im ready to do that as soon as someone is willing to publish a cascade that is clearly better than the OpenCV ones :)
267315b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sklum do you have anything that is releasable or should I tackle this when I have time?
267315b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing releasable.