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

Detection for nested folders (CLI) #680

Merged
merged 29 commits into from
Mar 28, 2022
Merged

Detection for nested folders (CLI) #680

merged 29 commits into from
Mar 28, 2022

Conversation

sizov-kirill
Copy link

@sizov-kirill sizov-kirill commented Mar 9, 2022

Summary

  1. This PR repeated functionality that was implemented in Detection for nested folders #623, but now recursive search is working in CLI command as well.

  2. Changed strategy for recursive format detection: the function env.detect_dataset now returns a list of detected formats at all recursion levels (in case when each step of recursion returned a more than one format).

  3. Fixed detection for LFW format.

  4. Added detection for Cityscapes format.

  5. Open Images: allowed to store annotations file in root path as well

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

@sizov-kirill sizov-kirill changed the title Detection for nested folders (CLI) [WIP] Detection for nested folders (CLI) Mar 9, 2022
@sizov-kirill sizov-kirill changed the title [WIP] Detection for nested folders (CLI) Detection for nested folders (CLI) Mar 9, 2022
@zhiltsov-max
Copy link
Contributor

Please fix conflicts.

@sizov-kirill sizov-kirill changed the title Detection for nested folders (CLI) [WIP] Detection for nested folders (CLI) Mar 21, 2022
@sizov-kirill sizov-kirill changed the title [WIP] Detection for nested folders (CLI) Detection for nested folders (CLI) Mar 25, 2022
@zhiltsov-max
Copy link
Contributor

Please update changelog

Kirill Sizov and others added 4 commits March 25, 2022 14:29
@zhiltsov-max zhiltsov-max merged commit 5c54e33 into develop Mar 28, 2022
@zhiltsov-max zhiltsov-max deleted the sk/fix-detection branch March 28, 2022 10:07
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