From 2e5b5a0197c06b5ddf30a3d333eeb6d016f18430 Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Tue, 9 Feb 2021 17:28:21 +0100
Subject: [PATCH] Updatated mobio file. One protocol was missing

---
 bob/bio/face/database/mobio.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/bio/face/database/mobio.py b/bob/bio/face/database/mobio.py
index 39f62f81..363b6690 100644
--- a/bob/bio/face/database/mobio.py
+++ b/bob/bio/face/database/mobio.py
@@ -53,7 +53,7 @@ class MobioDatabase(CSVDatasetZTNorm):
         # Downloading model if not exists
         urls = MobioDatabase.urls()
         filename = get_file(
-            "mobio.tar.gz", urls, file_hash="6a4c8c68276f738a3b17cc3e038ee49c"
+            "mobio.tar.gz", urls, file_hash="42cee778c17a34762d5fc5dd13ce3ee6"
         )
 
         self.annotation_type = "eyes-center"
-- 
GitLab