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

Importing a skeleton track with no shapes for one of the points leads to import crash #7783

Open
2 tasks done
zhiltsov-max opened this issue Apr 17, 2024 · 0 comments
Open
2 tasks done
Labels
bug Something isn't working

Comments

@zhiltsov-max
Copy link
Contributor

Actions before raising this issue

  • I searched the existing issues and did not find anything similar.
  • I read/searched the docs

Steps to Reproduce

  1. Create a task from backup
    task_test_6779-job-overlap-merge_backup_2024_04_17_12_49_41.zip
  2. Import annotations
    annotations-cvat-for-video.zip

Expected Behavior

No response

Possible Solution

Can probably be fixed by adding this here:

    def _modify_unmatched_object(self, obj, end_frame):
        if not obj["shapes"]:
            return

Once done, leads to the problem #6779.

Context

Related #6779
Related #7669

Environment

No response

@zhiltsov-max zhiltsov-max added the bug Something isn't working label Apr 17, 2024
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

No branches or pull requests

1 participant