Resolve "The LFW annotations provided on the biometric resources cannot be read by the current LFW database implementation"
Merged
requested to merge 67-the-lfw-annotations-provided-on-the-biometric-resources-cannot-be-read-by-the-current-lfw into master
1 unresolved thread
Compare changes
+ 66
− 26
@@ -13,6 +13,7 @@ import copy
@@ -13,6 +13,7 @@ import copy
@@ -32,7 +33,7 @@ class LFWDatabase(Database):
@@ -32,7 +33,7 @@ class LFWDatabase(Database):
@@ -48,13 +49,13 @@ class LFWDatabase(Database):
@@ -48,13 +49,13 @@ class LFWDatabase(Database):
@@ -76,7 +77,7 @@ class LFWDatabase(Database):
@@ -76,7 +77,7 @@ class LFWDatabase(Database):
@@ -94,27 +95,43 @@ class LFWDatabase(Database):
@@ -94,27 +95,43 @@ class LFWDatabase(Database):
"Please, do `bob config set bob.bio.face.lfw.annotation_directory PATH` to set the LFW annotation directory."
@@ -191,7 +208,7 @@ class LFWDatabase(Database):
@@ -191,7 +208,7 @@ class LFWDatabase(Database):
@@ -206,6 +223,29 @@ class LFWDatabase(Database):
@@ -206,6 +223,29 @@ class LFWDatabase(Database):
@@ -275,11 +315,7 @@ class LFWDatabase(Database):
@@ -275,11 +315,7 @@ class LFWDatabase(Database):
@@ -318,11 +354,7 @@ class LFWDatabase(Database):
@@ -318,11 +354,7 @@ class LFWDatabase(Database):
@@ -359,3 +391,11 @@ class LFWDatabase(Database):
@@ -359,3 +391,11 @@ class LFWDatabase(Database):