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

Flickering in 3D play functionality #8842

Open
2 tasks done
alessandrocennamo opened this issue Dec 18, 2024 · 0 comments
Open
2 tasks done

Flickering in 3D play functionality #8842

alessandrocennamo opened this issue Dec 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@alessandrocennamo
Copy link

alessandrocennamo commented Dec 18, 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

The issue arise while in annotation-view for 3d tasks.
The issue happens on a self-hosted CVAT instance.
ISSUE:
When clicking on the play button, a gray screen is shown to indicate that a frame is getting loaded.
The time spent on a frame is smaller than the time on the gray screen.
This makes the video functionality unusable.

See video.

cvat_video3.mp4

Expected Behavior

No response

Possible Solution

A good fix could be to just avoid showing the gray screen in between frames (and hold the previous frame instead).
This will make the video functionality usable, even in case of very long loading time (will just result in a slower frames-per-second).

When navigating between frames with the next/previous buttons though I think it would be better to maintain the loading gray screen to distinguish between a frame and the next (in a video sequence they will be very similar).

Context

This issue affect the ability to review the annotation, as reviewers need to navigate through the video.
In addition, without the play functionality, it would not be possible to review that the labels are smooth in time (across different frames)

Environment

  • ubuntu 20.04
  • CVAT v2.23.1
@alessandrocennamo alessandrocennamo added the bug Something isn't working label Dec 18, 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