From ea96d321192c13d3ed5bd5c6137b85abf37ab9a0 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Tue, 26 Apr 2022 17:08:34 +0200 Subject: [PATCH] Fix bob.db.base import --- bob/pad/face/database/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/pad/face/database/database.py b/bob/pad/face/database/database.py index 003450a0..b32aa67b 100644 --- a/bob/pad/face/database/database.py +++ b/bob/pad/face/database/database.py @@ -1,7 +1,7 @@ from functools import partial import os import bob.bio.video -from bob.db.base.annotations import read_annotation_file +from bob.bio.base.utils.annotations import read_annotation_file from sklearn.preprocessing import FunctionTransformer from bob.bio.video import VideoAsArray from bob.pipelines import DelayedSample -- GitLab