-
Notifications
You must be signed in to change notification settings - Fork 201
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
How to calculate the metric Pixel-MSE? #141
Comments
Assume I1 and I2 are the two consecutive frames, and the edited results are O1 and O2. Use the following code to calculate the optical flow between I1 and I2, and use the flow to warp O1 to align with O2.
Rerender_A_Video/flow/flow_utils.py Lines 113 to 140 in dfaf9d8
Then compute the MSE between the warped O1 and O2
And average the err over all consecutive frames in a video |
@williamyang1991 I use this code to calculate the mse error, and select two consecutive frames to test, but I get the err is about 450. The error reported in the paper is lower than 1, so what is the error in the code?
|
sorry,
And your preprocess() outputs images with range [0,255], |
No description provided.
The text was updated successfully, but these errors were encountered: