Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support metainfo in datasets #529

Open
zhiltsov-max opened this issue Oct 28, 2021 · 0 comments
Open

Support metainfo in datasets #529

zhiltsov-max opened this issue Oct 28, 2021 · 0 comments
Labels
api ENHANCE Enhancement of existing features

Comments

@zhiltsov-max
Copy link
Contributor

zhiltsov-max commented Oct 28, 2021

Datasets can have metainfo, which is related to the whole dataset, or it's parts. It is not the annotations in the regular meaning, however. Such metainfo can be related to the whole dataset, specific annotations, categories. Currently, some metainfo can be included in DatasetItem's and Annotation's attributes, but it doesn't cover other cases.

Examples:

Additional questions:

  • If there are multiple extractors providing metainfo in the dataset, how they should be merged?
  • Should attributes and metainfo be split into different fields?

Proposed implementation:

  • Add meta field in IExtractor / IDataset
  • meta is a dictionary with string keys and numbers / strings / dict keys (i.e. can be recursive)
@zhiltsov-max zhiltsov-max added ENHANCE Enhancement of existing features api labels Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api ENHANCE Enhancement of existing features
Projects
None yet
Development

No branches or pull requests

1 participant