From fd4bbb3f486e6c598acc12e12287e6f8a31fef31 Mon Sep 17 00:00:00 2001
From: Olegs NIKISINS <onikisins@italix03.idiap.ch>
Date: Wed, 6 Sep 2017 16:36:46 +0200
Subject: [PATCH] Some modifications in the doc of
 qm_one_class_svm_aggregated_db config file

---
 bob/pad/face/config/qm_one_class_svm_aggregated_db.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bob/pad/face/config/qm_one_class_svm_aggregated_db.py b/bob/pad/face/config/qm_one_class_svm_aggregated_db.py
index a1b3501e..f4cbe08f 100644
--- a/bob/pad/face/config/qm_one_class_svm_aggregated_db.py
+++ b/bob/pad/face/config/qm_one_class_svm_aggregated_db.py
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 """
-This file contains configurations to run Image Quality Measures (IQM) and SVM based face PAD baseline.
+This file contains configurations to run Image Quality Measures (IQM) and one-class SVM based face PAD algorithm.
 The settings of the preprocessor and extractor are tuned for the Replay-attack database.
 In the SVM algorithm the amount of training data is reduced speeding-up the training for
 large data sets, such as Aggregated PAD database.
@@ -11,7 +11,7 @@ The IQM features used in this algorithm/resource are introduced in the following
 
 
 #=======================================================================================
-sub_directory = 'qm_svm_aggregated_db'
+sub_directory = 'qm_one_class_svm_aggregated_db'
 """
 Sub-directory where results will be placed.
 
-- 
GitLab