alantrrs / OpenTLD

:eyes: C++ implementation of TLD
GNU General Public License v3.0
225 stars 99 forks source link

The detector is not working #3

Closed alantrrs closed 13 years ago

alantrrs commented 13 years ago

Detector make too much false positive and misses a lot of detections. I believe the ensemble classifier is the problem.

alantrrs commented 13 years ago

Fixed bugs in FerNNClassifier::NNConf, TDL::generateNegativeData and TDL::learning Detector performs better now.