-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Make frame selection from a video more intelligent #3408
Comments
A good metric could be frame blurriness. Here's an example from Stack Overflow using the Laplacian to quantify image blurriness and select the "least blurry image" every second. |
@LucasArmand this looks very promising! Could also be combined with accumulated visual change between frames, so we not only select 'least blurry image' every second but 'the most important frames, which are different enough and are not blurry' |
@danie1ll I wonder how far we can go in optimizing the |
The scripts at https://github.com/SharkWipf/nerf_dataset_preprocessing_helper could perhaps be integrated into ns-process-data video? |
No matter the solution decided for "smarter" processing, I think there is room for a fixed seed option. I am working on a PR to implement it. |
From my understanding, right now calling
ns-process-data video
just randomly samples--num-frames-target
images from the video. This is suboptimal because of two reasons:The text was updated successfully, but these errors were encountered: