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

dataset #3

Open
Harry-KIT opened this issue Apr 26, 2024 · 1 comment
Open

dataset #3

Harry-KIT opened this issue Apr 26, 2024 · 1 comment

Comments

@Harry-KIT
Copy link

Hi @SharkWipf. Thank you for repo!
Could you share sample dataset to check your code?

@SharkWipf
Copy link
Owner

The data I used was just a couple of videos of my house, no proper datasets.
I wrote this because I needed to improve my own NeRFs primarily, not to have academic-level reproducible results (there is no whitepaper linked to any of this or anything).

There is really only a single operation these scripts execute though: They take every frame and run a standard OpenCV Laplacian variance check over it, which is just a way of detecting image sharpness. The rest is all just filtering logic to select the best frames, based on that output.

Any input video or frames should give you the same results, I don't think the videos I took of my house (which, sorry, I'm not sharing) are going to make a difference.

This script really just is a really simple way to automate laplacian variance, nothing more.

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