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

Dataset meta file for some formats #569

Merged
merged 21 commits into from
Nov 30, 2021
Merged

Dataset meta file for some formats #569

merged 21 commits into from
Nov 30, 2021

Conversation

yasakova-anastasia
Copy link

@yasakova-anastasia yasakova-anastasia commented Nov 29, 2021

Summary

Added meta file support in following formats:

  • ADE20K2017
  • ADE20K2020
  • Align CelebA
  • CelebA
  • CIFAR
  • KITTI
  • MNIST
  • MNIST CSV
  • SYNTHIA
  • YOLO

How to test

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT

Comment on lines 86 to 88
To add unformatted classes, you can use `dataset_meta.json`.
Information about `dataset_meta.json` can be found [here](/docs/user_manual/supported_formats/#dataset-meta-file).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To add unformatted classes, you can use `dataset_meta.json`.
Information about `dataset_meta.json` can be found [here](/docs/user_manual/supported_formats/#dataset-meta-file).
To add unformatted classes, you can use [`dataset_meta.json`](/docs/user_manual/supported_formats/#dataset-meta-file).

Please find a better term for "unformatted classes", its meaning is not clear enough.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Custom classes?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it works for me,

@zhiltsov-max zhiltsov-max merged commit 82cdb62 into develop Nov 30, 2021
@zhiltsov-max zhiltsov-max deleted the ay/meta-file branch November 30, 2021 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants