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

For my own video, how do I extract frames, generate masks, and get metadata? #76

Open
2928254221 opened this issue Jul 7, 2023 · 1 comment

Comments

@2928254221
Copy link

No description provided.

@Dipankar1997161
Copy link

For metadata: it's given, you can use the "wild" method to do so. ROMP, VIBE and so on.

For masks: you use SAM, rmbeg or use the 3_ch_image function given in this repo.but for that you need to have your original image and a corresponding black image of the same size.

Extract frames: just use OPENCV to extract frames from videos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants