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 (Cityscapes, ImageNet Txt, Pascal VOC and WiderFace) #553

Merged
merged 21 commits into from
Nov 26, 2021

Conversation

yasakova-anastasia
Copy link

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

Summary

This is the first PR. It contains changes in the Cityscapes, ImageNet Txt, Pascal VOC and WiderFace formats.

  • Added save_meta_file, is_meta_file, has_meta_file and parse_meta_file functions
  • Added a parameter in the converter to save the dataset meta file

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

@yasakova-anastasia yasakova-anastasia changed the title [WIP] Dataset meta file for some formats (label map) Dataset meta file for some formats (label map) Nov 22, 2021
@yasakova-anastasia yasakova-anastasia changed the title Dataset meta file for some formats (label map) Dataset meta file for some formats (Cityscapes, ImageNet Txt, Pascal VOC and WiderFace) Nov 22, 2021
datumaro/util/meta_file_util.py Outdated Show resolved Hide resolved
datumaro/util/meta_file_util.py Outdated Show resolved Hide resolved
datumaro/util/meta_file_util.py Outdated Show resolved Hide resolved
datumaro/plugins/widerface_format.py Show resolved Hide resolved
datumaro/plugins/cityscapes_format.py Outdated Show resolved Hide resolved
datumaro/plugins/voc_format/format.py Outdated Show resolved Hide resolved
datumaro/plugins/voc_format/format.py Outdated Show resolved Hide resolved
datumaro/plugins/voc_format/format.py Outdated Show resolved Hide resolved
datumaro/plugins/voc_format/format.py Outdated Show resolved Hide resolved
datumaro/plugins/voc_format/format.py Outdated Show resolved Hide resolved
@zhiltsov-max
Copy link
Contributor

Ok, please fix the remaining topics and it can be merged.

@zhiltsov-max zhiltsov-max merged commit 068d187 into develop Nov 26, 2021
@zhiltsov-max zhiltsov-max deleted the ay/meta-file branch November 26, 2021 08:52
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