-
Notifications
You must be signed in to change notification settings - Fork 743
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
How to understand the "training for multiple flow" and the "div_flow" #28
Comments
I guess that the "div_flow" is in fact to controll the previously learned flow as the main component and keep the later flow as the residual. So the "div_flow" must be larger than 1, how to choose the value of "div_flow" is a hyperparamter choice. Do I get it right? |
Just provide some information here, for issue1 Hope this will help. |
div_flow is used for 2 reasons :
|
I will close this, as sufficient explanation was given by @ClementPinard. |
issue 1
As in the FlowNetC, FlowNetS, we will return a list of flow during training:
So do we need to compute EPE loss for all the five flow predictions? If needed, could you help me point out where we do such operations for the five predicted flow maps and where have we scale the groud truth flow to match the different scales corresponding to the five predicted flow maps?
As I find that in the main.py, we only have a class like below:
issue 2
I find that there exist a factor "div_flow" set as 20, could you share me how to understand this value and why choose 20?
Thanks for your kind help!
The text was updated successfully, but these errors were encountered: