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

multiscaleEPE #104

Open
shanchao0906 opened this issue Apr 27, 2021 · 1 comment
Open

multiscaleEPE #104

shanchao0906 opened this issue Apr 27, 2021 · 1 comment

Comments

@shanchao0906
Copy link

Code training used in the process:
loss = multiscaleEPE(output, target, weights=args.multiscale_weights, sparse=args.sparse)
flow2_EPE = args.div_flow * realEPE(output[0], target, sparse=args.sparse)
I can't understand the loss function you designed, could you please explain it?

@Jamesgender
Copy link

Actually the EPE is not designed by author, it is a common index just like RMSE. In original Paper, the author writes"Training loss we use the endpoint error the Euclidean distance between the predicted flow vector and the ground truth, averaged over all pixels" That is.

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