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

Points missing when exporting tracked skeleton #5497

Closed
tasptz opened this issue Dec 21, 2022 · 1 comment · Fixed by #5914
Closed

Points missing when exporting tracked skeleton #5497

tasptz opened this issue Dec 21, 2022 · 1 comment · Fixed by #5914
Assignees
Labels
bug Something isn't working dataset

Comments

@tasptz
Copy link

tasptz commented Dec 21, 2022

My actions before raising this issue

Problem

Dependent on point attributes outside and keyframe points are missing from tracked skeletons, when exported (tested with COCO and CVAT format).

Steps to Reproduce (for bugs)

Incorrect 1

  • Draw a skeleton (Track)
  • Frame 1: set Point 1, outside=1, keyframe=1
  • Frame 2: do nothing (therefore Point 1, outside=1, keyframe=0)
  • Frame 3: do nothing (therefore Point 1, outside=1, keyframe=0)
  • Frame 4: set Point 1, outside=0, keyframe=1

Then in all frames Points are missing, when exported.

Incorrect 2

  • Draw a skeleton (Track)
  • Frame 1: set Point 1, outside=1, keyframe=1
  • Frame 2: do nothing (therefore Point 1, outside=1, keyframe=0)
  • Frame 3: set Point 1, outside=1, keyframe=1
  • Frame 4: set Point 1, outside=0, keyframe=1

Then in all frames Points are missing, when exported.

Correct

  • Draw a skeleton (Track)
  • Frame 1: set Point 1, outside=1, keyframe=1
  • Frame 2: set Point 1, outside=1, keyframe=1
  • Frame 3: set Point 1, outside=1, keyframe=1
  • Frame 4: set Point 1, outside=0, keyframe=1

Export is correct.

Your Environment

  • Git hash commit (git log -1):
commit fe148d492b19c9ec35a95c1cb2927d360fd20675
Merge: 3bd7c7e4 79ce99ac
Author: Nikita Manovich <nikita@cvat.ai>
Date:   Mon Sep 12 23:29:53 2022 +0300

    Merge branch 'release-2.2.0'
  • Docker version docker version (e.g. Docker 17.0.05):
Client: Docker Engine - Community
 Version:           20.10.21
  • Are you using Docker Swarm or Kubernetes?
    No
  • Operating System and version (e.g. Linux, Windows, MacOS):
    Ubuntu 20.04.5 LTS
@tasptz
Copy link
Author

tasptz commented Dec 21, 2022

Maybe this is already fixed by #5387 ?
Update: no

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dataset
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants