joefutrelle / pyifcb

IFCB data system, generation 2
MIT License
7 stars 6 forks source link

support reading metadata from class score files #86

Open joefutrelle opened 1 month ago

joefutrelle commented 1 month ago

Currently, support for accessing class scores for score format versions 2 and 3 (HDF5) ignores metadata and all fields in the h5 file that aren't class scores or class labels.

This feature would provide that metadata so that it can be consumed by tools such as the IFCB dashboard.

joefutrelle commented 1 month ago

The relevant, useful fields in the data I've looked at are /metadata/model_id and /metadata/timestamp. /metadata/version refers to the version of the output format being used.