You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sampepose Thank you for creating this amazing repository!
Main question: I would like to know why do we need flow = predict_flow2 * 20.0 (line 107) in flownet_s.py? In the loss function you wrote flow = flow * 0.05. I assume this is for rescaling since we multiplied the flow by 20.0 before, but why do we need to multiply it by 20.0 in the first place? Thank you in advance!
The text was updated successfully, but these errors were encountered:
@sampepose Thank you for creating this amazing repository!
Main question: I would like to know why do we need
flow = predict_flow2 * 20.0
(line 107) inflownet_s.py
? In the loss function you wroteflow = flow * 0.05
. I assume this is for rescaling since we multiplied the flow by 20.0 before, but why do we need to multiply it by 20.0 in the first place? Thank you in advance!The text was updated successfully, but these errors were encountered: