From 44d77d04551eb992f25dd0e11125c2695911ca73 Mon Sep 17 00:00:00 2001
From: Olegs NIKISINS <onikisins@italix03.idiap.ch>
Date: Mon, 26 Mar 2018 16:38:58 +0200
Subject: [PATCH] Removed absolute annotation paths from BATL Db configs

---
 bob/pad/face/config/batl_db.py          | 2 +-
 bob/pad/face/config/batl_db_depth.py    | 2 +-
 bob/pad/face/config/batl_db_infrared.py | 2 +-
 bob/pad/face/config/batl_db_thermal.py  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bob/pad/face/config/batl_db.py b/bob/pad/face/config/batl_db.py
index 75d75621..24e6993b 100644
--- a/bob/pad/face/config/batl_db.py
+++ b/bob/pad/face/config/batl_db.py
@@ -12,7 +12,7 @@ ORIGINAL_DIRECTORY = "[YOUR_BATL_DB_DIRECTORY]"
 
 ORIGINAL_EXTENSION = ".h5"  # extension of the data files
 
-ANNOTATIONS_TEMP_DIR = "/idiap/temp/onikisins/project/ODIN/experiment_data/pad_experiments_using_bob_py36/batl_db/annotations/"
+ANNOTATIONS_TEMP_DIR = ""
 
 PROTOCOL = 'nowig-color-50'
 
diff --git a/bob/pad/face/config/batl_db_depth.py b/bob/pad/face/config/batl_db_depth.py
index 3d1450f5..8170395f 100644
--- a/bob/pad/face/config/batl_db_depth.py
+++ b/bob/pad/face/config/batl_db_depth.py
@@ -12,7 +12,7 @@ ORIGINAL_DIRECTORY = "[YOUR_BATL_DB_DIRECTORY]"
 
 ORIGINAL_EXTENSION = ".h5"  # extension of the data files
 
-ANNOTATIONS_TEMP_DIR = "/idiap/temp/onikisins/project/ODIN/experiment_data/pad_experiments_using_bob_py36/batl_db/annotations/"
+ANNOTATIONS_TEMP_DIR = ""
 
 PROTOCOL = 'nowig-depth-50'
 
diff --git a/bob/pad/face/config/batl_db_infrared.py b/bob/pad/face/config/batl_db_infrared.py
index 17eee13f..b96c9f33 100644
--- a/bob/pad/face/config/batl_db_infrared.py
+++ b/bob/pad/face/config/batl_db_infrared.py
@@ -12,7 +12,7 @@ ORIGINAL_DIRECTORY = "[YOUR_BATL_DB_DIRECTORY]"
 
 ORIGINAL_EXTENSION = ".h5"  # extension of the data files
 
-ANNOTATIONS_TEMP_DIR = "/idiap/temp/onikisins/project/ODIN/experiment_data/pad_experiments_using_bob_py36/batl_db/annotations/"
+ANNOTATIONS_TEMP_DIR = ""
 
 PROTOCOL = 'nowig-infrared-50'
 
diff --git a/bob/pad/face/config/batl_db_thermal.py b/bob/pad/face/config/batl_db_thermal.py
index bd1c3346..e84c070e 100644
--- a/bob/pad/face/config/batl_db_thermal.py
+++ b/bob/pad/face/config/batl_db_thermal.py
@@ -12,7 +12,7 @@ ORIGINAL_DIRECTORY = "[YOUR_BATL_DB_DIRECTORY]"
 
 ORIGINAL_EXTENSION = ".h5"  # extension of the data files
 
-ANNOTATIONS_TEMP_DIR = "/idiap/temp/onikisins/project/ODIN/experiment_data/pad_experiments_using_bob_py36/batl_db/annotations/"
+ANNOTATIONS_TEMP_DIR = ""
 
 PROTOCOL = 'nowig-thermal-50'
 
-- 
GitLab