FastFlowNet icon indicating copy to clipboard operation
FastFlowNet copied to clipboard

div_flow parameter

Open poincarelee opened this issue 3 years ago • 1 comments

Hi, i am running your code. I saw in your paper the ground-truth flow was divided by 20 before training, but seems didn't see this parameter in FastFlowNet.py, have you used this div_flow parameter in code?

poincarelee avatar Mar 17 '22 09:03 poincarelee

Please see the demo.py. 20 is multiplied back here.

ltkong218 avatar Mar 18 '22 02:03 ltkong218