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

calculations of metrics #2

Open
alex04072000 opened this issue Sep 5, 2020 · 1 comment
Open

calculations of metrics #2

alex04072000 opened this issue Sep 5, 2020 · 1 comment

Comments

@alex04072000
Copy link

alex04072000 commented Sep 5, 2020

Hi, great work!

I want to evaluate my own stabilized videos using the script metrics.py.

But I notice in L67:
CR_seq = np.concatenate((1.0/CR_seq, [scaleRecovered]), axis=0)
Shouldn't this be
CR_seq = np.concatenate((CR_seq, [1.0/scaleRecovered]), axis=0)
Thank you!

@Annbless
Copy link

Hi, I'm having the same problem here. I think it's a bit strange that every time a new frame comes in, the previous crop takes the inverse.

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