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

Video Stability Evaluation Metrics #4

Open
jorie-peng opened this issue Aug 24, 2021 · 3 comments
Open

Video Stability Evaluation Metrics #4

jorie-peng opened this issue Aug 24, 2021 · 3 comments

Comments

@jorie-peng
Copy link

Thanks for your great job!
I saw you used evaluation metrics in the paper but would it be possible to share the implementation of the stability metrics you used? Unfortunately, I haven't found a good implementation of the stability, and accumulated optical flow metrics which is publicly available yet.

@luomomo
Copy link

luomomo commented Mar 29, 2022

Hi,
I am testing the metric in the code with some simple simulation video
#Crop(rotation 10deg) and scale the origin video
But I can not get a good result. The fov is always 1.0
#using static video(not including any motion)
the stability score is not 1.0
Does anyone meet the same issue?

@zhmeishi
Copy link
Contributor

For the stability score in the metrics.py we reuse it from https://github.com/jinsc37/DIFRINT/blob/master/metrics.py

We didn't do the test as you did but I believe the score should be close to 1 in your setting.

Here are some hints I have. In the file https://github.com/googleinterns/deep-stabilization/blob/master/dvs/metrics.py
In line 187, we used SIFT to map two successive frames. You may test whether the sourcePoints and destinationPoints are the same.
If they are the same, in line 203, you may find whether the homography matrix is an identity matrix.
In lines 233-237, we do a fast Fourier transform. In lines 247-248, you may test whether the first five entries keep all the information.

@luomomo
Copy link

luomomo commented Oct 13, 2022 via email

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

3 participants