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

Evaluate similarity or clustering algorithms for video files #356

Closed
Tracked by #354
dennyabrain opened this issue Jun 14, 2024 · 6 comments
Closed
Tracked by #354

Evaluate similarity or clustering algorithms for video files #356

dennyabrain opened this issue Jun 14, 2024 · 6 comments
Assignees

Comments

@dennyabrain
Copy link
Contributor

dennyabrain commented Jun 14, 2024

Evaluate similarity or clustering algorithms for video frames. Finalize Sampling Strategy for videos.

@Snehil-Shah
Copy link
Contributor

Hi.

@aatmanvaidya
Copy link
Collaborator

  • Try out more Video Models for Embedding
  • Try self-supervised clustering algorithms
  • Do a review of lit for video pre-processing. Read up on better sampling strategies.

@aatmanvaidya
Copy link
Collaborator

@Snehil-Shah this is that kaggle competition I was talking about - https://www.kaggle.com/c/nfl-health-and-safety-helmet-assignment/discussion/285112

they have used k-means clustering for a different use case, do see if this helps you out

@aatmanvaidya
Copy link
Collaborator

  • run video models on dataset and visualize using t-SNE, also do k-means clustering
  • implement sampling strategies for video.

@aatmanvaidya
Copy link
Collaborator

  • read and review sampling strategies
  • Explore - closer frames as input, input higher moving frames etc.
  • how to select better n key frames.

@aatmanvaidya
Copy link
Collaborator

Notes - Jul 15

  • extract keyframes from ffmpeg and then do QR

TODO

  • Profile the CLIP embedding model.
  • keep experimenting with more sampling strategies.
  • collect dataset of low-quality videos in Indian Languages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants