-
Notifications
You must be signed in to change notification settings - Fork 117
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
Half_flow #7
Comments
Hi @ShrutheeshIR , for liteflownet-default, I was using the reimplemented model provided by When I was using this model, I found that I need to do this "half-flow" operation in order to get correct flow prediction. You can double check and let me know if there is any question. |
Hey, thanks! |
Hi @ShrutheeshIR , yes, the code was written on purpose previously. I think you are refering to this section. Line 710 in 2590168
However it is not necessary for this version. The previous reason is about an experiment I conducted, which is not just two-frame tracking, but multi-frames. |
re-open if need |
For 'network-default.pytorch' weights, why are the flows divided by 2. I tried going through liteflownet and could not find any such computation. What is the reason for halving the output of the optical flow
The text was updated successfully, but these errors were encountered: