Skip to content
Snippets Groups Projects
Commit 7d367deb authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

[ci] Adding artifacts

CSV update
parent 11cf97e3
Branches master
No related tags found
No related merge requests found
...@@ -4,3 +4,5 @@ recursive-include bob *.txt *.hdf5 ...@@ -4,3 +4,5 @@ recursive-include bob *.txt *.hdf5
recursive-include bob *.sql3 recursive-include bob *.sql3
recursive-include bob/pad/base/test/data scores-* *.sql3 *.wav recursive-include bob/pad/base/test/data scores-* *.sql3 *.wav
recursive-include bob/pad/base/test/data/example_filelist *.lst recursive-include bob/pad/base/test/data/example_filelist *.lst
recursive-include bob/pad/base/test/ *.csv
recursive-include bob/pad/base/test/ *.tar.gz
...@@ -61,7 +61,7 @@ class CSVToSampleLoader(CSVBaseSampleLoader): ...@@ -61,7 +61,7 @@ class CSVToSampleLoader(CSVBaseSampleLoader):
kwargs = dict([[str(h).lower(), r] for h, r in zip(header[2:], row[2:])]) kwargs = dict([[str(h).lower(), r] for h, r in zip(header[2:], row[2:])])
if self.metadata_loader is not None: if self.metadata_loader is not None:
metadata = self.metadata_loader(row, header=header, is_bonafide=is_bonafide) metadata = self.metadata_loader(row, header=header)
kwargs.update(metadata) kwargs.update(metadata)
return DelayedSample( return DelayedSample(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment