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

Track has the incorrect number of interpolated frames equals to the total number of video frames #8514

Closed
2 tasks done
Microos opened this issue Oct 5, 2024 · 1 comment
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@Microos
Copy link

Microos commented Oct 5, 2024

Actions before raising this issue

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

Steps to Reproduce

I am not having this error a few days ago, but I don't know why it started happening recently.

Basically, if a video has 10000 frames,

  • annotate a rectangle shape would produce 1 annotation (which is correct)
  • but adding a track (even with just one frame) would produce 20000 interpolated frames which is related to the number of the frames of the video

I also checked the exported annotation count, it aligns with what's showing in the statistics.

Expected Behavior

For a track, the total number of interpolated frames should be the frames in between any key frames.

nvm, it turns out to be I didn't switch outside of a track so the track propagates all the way to the last frame.

Possible Solution

No response

Environment

No response

@Microos Microos added the bug Something isn't working label Oct 5, 2024
@Microos
Copy link
Author

Microos commented Oct 6, 2024

nvm, it turns out to be I didn't switch outside of a track so the track propagates all the way to the last frame.

@Microos Microos closed this as completed Oct 6, 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