simonmeister / UnFlow

UnFlow: Unsupervised Learning of Optical Flow with a Bidirectional Census Loss
MIT License
294 stars 57 forks source link

Code related to evaluation metric #74

Closed Pixie8888 closed 3 years ago

Pixie8888 commented 3 years ago

Hi, Can I know how to compute end-to-end errors (AEPE) and percentage of erroneous pixels (FI)? I didn't find it in your code. Could you explain how to compute it?

simonmeister commented 3 years ago

It's in this file: https://github.com/simonmeister/UnFlow/blob/master/src/e2eflow/core/flow_util.py#L98