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

Project dataexport showing no track skeletons #8397

Closed
2 tasks done
RuDevKu opened this issue Sep 3, 2024 · 2 comments · Fixed by #8423
Closed
2 tasks done

Project dataexport showing no track skeletons #8397

RuDevKu opened this issue Sep 3, 2024 · 2 comments · Fixed by #8423
Labels
bug Something isn't working

Comments

@RuDevKu
Copy link

RuDevKu commented Sep 3, 2024

Actions before raising this issue

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

Steps to Reproduce

Manual reproduction

  • Create a new project and a skeleton
  • Create a new task, job, few images
  • Create a skeleton track on first image
  • Create a skeleton shape anywhere on any image
  • Export the project data - either in CVAT Image 1.1 or in COCO Keypoints format
  • Export the job annotations - either in CVAT Image 1.1 or in COCO Keypoints format

Prepared sample

Expected Behavior

All exports should show all points of either the track or the shape skeletons

  • Job annotations do exactly that
  • Project dataset shows zero box sizes, zero keypoints and num_keypoints == 0

Possible Solution

I'd assume when exporting the project data dangling tracks are not evaluated per image.
Thus calling the same routine(s) as for the jobs should do the trick.

Context

No response

Environment

- Clone cvat development [as of 2024-09-03]
- Start [via docker compose up -d]
@RuDevKu RuDevKu added the bug Something isn't working label Sep 3, 2024
@RuDevKu RuDevKu changed the title Project dataexport showing track skeletons Project dataexport showing no track skeletons Sep 4, 2024
@RuDevKu
Copy link
Author

RuDevKu commented Sep 4, 2024

A similar issue has already been fixed with #5914.

@azhavoro
Copy link
Contributor

azhavoro commented Sep 5, 2024

Thanks for the report! I was able to reproduce it.

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 a pull request may close this issue.

2 participants