NVIDIA / flownet2-pytorch

Pytorch implementation of FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
Other
3.12k stars 739 forks source link

Range of u and v vectors for a .flo file? #210

Open scploeger opened 4 years ago

scploeger commented 4 years ago

While trying to interpret a generated .flo file from the FlowNet2 architecture, I am pulling out each pixel's u and v vectors that correspond to the flow of that pixel. I am having trouble finding out the minimum and maximum ranges these values can take.

Can somebody show me how I can figure this out?

If I need to post some more info about my question or post it elsewhere, please let me know (as I am still very new to this). Thank you!

pakchoi-php commented 1 year ago

Hello, how do you generate your own data set ground truth? Thank you very much for receiving your reply