• Davis King's avatar
    Sometimes the loss_mmod_ layer could experience excessively long runtime during · 6d343f93
    Davis King authored
    early iterations since the model might produce a huge number of false alarms
    while the detector is still bad.  Processing all these detections can cause it
    to run slowly until the model is good enough to avoid really excessive amounts
    of false alarms.  This change puts more of a limit on the number of false
    alarms processed during those early iterations and avoids the slowdown.
    6d343f93
Name
Last commit
Last update
dlib Loading commit data...
docs Loading commit data...
examples Loading commit data...
python_examples Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
.travis.yml Loading commit data...
CMakeLists.txt Loading commit data...
MANIFEST.in Loading commit data...
README.md Loading commit data...
appveyor.yml Loading commit data...
setup.py Loading commit data...