Skip to content

Draft: Implements metadata handling for bob.io.stream.Stream and bob.io.stream.StreamFile

Vincent POLLET requested to merge metadata_refactoring into master

Implements metadata handling for bob.io.stream.Stream and bob.io.stream.StreamFile:

  • reading and writing metadata as hdf5 attributes or datasets using StreamFile
  • accessing metadata through stream in stream graphs, allowing some metadata to be inherited from parents
  • allows to define custom metadata and stream graphs through python configuration files

Merge request reports