From 6a027f0a83b98678d5e9898194e5c7dd359678ef Mon Sep 17 00:00:00 2001 From: Davis King Date: Sat, 28 Feb 2015 14:34:57 -0500 Subject: [PATCH] updated docs --- docs/docs/ml.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/docs/ml.xml b/docs/docs/ml.xml index 883b5f519..562434fa3 100644 --- a/docs/docs/ml.xml +++ b/docs/docs/ml.xml @@ -2919,13 +2919,10 @@ Davis E. King. scan_image_custom object.

- It learns the parameter vector by formulating the problem as a structural - SVM problem. The general approach is similar to the method discussed in - Learning to Localize Objects with Structured Output Regression by - Matthew B. Blaschko and Christoph H. Lampert. However, the method has - been extended to datasets with multiple, potentially overlapping, objects - per image and the measure of loss is different from what is described in - the paper. + It learns the parameter vector by formulating the problem as a structural SVM problem. + The exact details of the method are described in the paper + Max-Margin Object Detection by Davis E. King.