gliff-ai / curate

gliff.ai CURATE – a user-friendly browser interface for curating large multidimensional image datasets for machine learning development
https://gliff.ai
GNU Affero General Public License v3.0
2 stars 0 forks source link

Define file format and data types for metadata #28

Closed SilviaZeta closed 3 years ago

SilviaZeta commented 3 years ago

Is your feature request related to a problem? Please describe. At the moment CURATE expects the metadata to be stored in a JSON file. We need to decide what the final format will be, together with data types for each metadata field.

Describe the solution you'd like See https://github.com/gliff-ai/curate/pull/26 for suggested changes to the code.

Describe alternatives you've considered N/A

ChasNelson1990 commented 3 years ago

Actually, we only want to force type on our metadata but the format we're using for DOMINATE allows custom metadata too, which we can't force.

As part of this can we only ever use proper datetimes or ISO datetime string?