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

Missing coma in objects()

parent 08dfe0f6
No related branches found
No related tags found
1 merge request!59Added HLDI for the BATL database, added optional data normalization in FaceCropAlign
Pipeline #
...@@ -232,7 +232,7 @@ class BatlPadDatabase(PadDatabase): ...@@ -232,7 +232,7 @@ class BatlPadDatabase(PadDatabase):
# Since this database was designed for PAD experiments, nothing special # Since this database was designed for PAD experiments, nothing special
# needs to be done here. # needs to be done here.
files = self.db.objects(protocol=protocol, groups=groups, purposes=purposes **kwargs) files = self.db.objects(protocol=protocol, groups=groups, purposes=purposes, **kwargs)
files = [BatlPadFile(f, stream_type, max_frames) for f in files] files = [BatlPadFile(f, stream_type, max_frames) for f in files]
return files return files
......
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