Skip to content
Snippets Groups Projects
Commit 5f66fee0 authored by Olegs NIKISINS's avatar Olegs NIKISINS
Browse files

Slightly modified HLDI for Replay DB + added test-requirements.txt file

parent 820d6d21
No related branches found
No related tags found
1 merge request!1Added the High Level DB interface for Replay DB + Unit Tests
Pipeline #
......@@ -16,8 +16,6 @@ from bob.pad.base.database import PadFile # Used in ReplayPadFile class
from bob.pad.base.database import PadDatabase
from bob.db.replay import Database as LowLevelDatabase
#==============================================================================
class ReplayPadFile(PadFile):
......@@ -125,6 +123,8 @@ class ReplayPadDatabase(PadDatabase):
The arguments of the :py:class:`bob.bio.base.database.BioDatabase` base class constructor.
"""
from bob.db.replay import Database as LowLevelDatabase
self.db = LowLevelDatabase()
# Since the high level API expects different group names than what the low
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment