lmb-freiburg / flownet2

FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
https://lmb.informatik.uni-freiburg.de/Publications/2017/IMKDB17/
Other
1k stars 318 forks source link

min and max values #133

Closed hassanzaal closed 6 years ago

hassanzaal commented 6 years ago

I want to convert the resulted optical flow to another range. Could I know the typical min and max values?

nikolausmayer commented 6 years ago

The flow min/max are a function of your data, not the network. I don't know your data, so I have no idea what your flow range is ;)

For our datasets, there are no defined min/max values. If you want to normalize the range, just choose some threshold and clip outliers...

hassanzaal commented 6 years ago

Thank you.

nikolausmayer commented 6 years ago

(closed due to inactivity)