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

Fix CVAT format import for frame stepped tasks #2151

Merged
merged 2 commits into from
Sep 8, 2020
Merged

Conversation

zhiltsov-max
Copy link
Contributor

Motivation and context

After #1807 there was a problem: after a frame is matched, a relative id is obtained. This relative id is then used for annotations where absolute id is expected. A relative id = absolute id / step.

Affected releases: 1.1.0-beta, 1.1.0

How has this been tested?

Unit tests

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) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT

@zhiltsov-max zhiltsov-max added the bug Something isn't working label Sep 8, 2020
@nmanovic nmanovic merged commit 0933ee2 into develop Sep 8, 2020
@nmanovic nmanovic deleted the zm/fix-cvat-format branch September 8, 2020 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants