0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 12 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added ability to change the bin count of FHOG features in the feature files instead of recompiling; removed unused features More... over 7 years ago
excluded face recognition stuff from compilation (has hardcoded dependency on proprietary software) More... over 7 years ago
fixed compilation error More... over 7 years ago
added build/ to be ignored More... over 7 years ago
DetectorTrainingApp: added optional parameter to set the SVM threshold for showing detections More... over 7 years ago
DetectorTrainingApp now additionally writes the summary to a file; summary now contains FPS More... over 7 years ago
added FHOG bin variations in comments (yeah, i know...) More... over 7 years ago
DetectorTrainingApp: added the ability to store probabilistic SVMs when training detectors More... over 7 years ago
added the ability to compute logistic function parameters for probabilistic output to LibSvmClassifier More... over 7 years ago
changed order of arguments of DetectorTrainingApp More... almost 8 years ago
used a more fair replacement for unknown miss rates to compute the log-average miss rate More... almost 8 years ago
DetectorTrainingApp now adjusts the aspect ratio of the ground truth before training, testing or showing More... almost 8 years ago
DetectorTrainingApp: removed ability to add padding cells around targets for training More... almost 8 years ago
DetectorTrainingApp: enabled re-use of existing directory when training a detector More... almost 8 years ago
added a check for successful reading of images into image sources that read images from the file system More... almost 8 years ago
DetectorTrainingApp now reads detection parameters from a config file (and names evaluation- and det-files accordingly) More... almost 8 years ago
added option to restrict the minimum window size for detection and detector testing More... almost 8 years ago
DetectorTrainingApp now reads training and feature parameters from config files More... almost 8 years ago
added parameter for max number of negative training examples to DetectorTrainingApp More... almost 8 years ago
added scaling of bounding boxes to detection and training More... almost 8 years ago
- the number of bootstrapping rounds can now be specified for training and the SVM threshold can be specified when retrieving the trained detector - precision-recall-, ROC- and DET-curves can now be generated when testing a detector - enabled cross-validation when training and testing detectors More... almost 8 years ago
fixed documentation of the old HistogramFilter More... about 8 years ago
fixed texture channel computation of CompleteExtendedHogFilter More... about 8 years ago
changed the interpolation method of the layer rescaling for approximated pyramids from INTER_AREA to INTER_LINEAR More... about 8 years ago
replaced absolute paths by relative ones in DetectorTrainingApp More... about 8 years ago
fixed RectLandmark::isEqual (used integer-abs instead of float-abs) More... about 8 years ago
fixed exception messages More... about 8 years ago
fixed a bug in BoxConvolutionFilter More... about 8 years ago
changed normalization radius of FPDW features to cellSize More... about 8 years ago
changed normalization radius to a more sensical value, although performance seems worse More... about 8 years ago