FlowNetPytorch icon indicating copy to clipboard operation
FlowNetPytorch copied to clipboard

multiscaleEPE

Open shanchao0906 opened this issue 3 years ago • 1 comments

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?

shanchao0906 avatar Apr 27 '21 13:04 shanchao0906

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.

Jamesgender avatar Jul 04 '23 06:07 Jamesgender