FastFlowNet
FastFlowNet copied to clipboard
didn't process the occlusion loss?
Hi, I have been trying to train fastflownet. After reference to the IRR-PWC, I found occlusion wasn't considered in fastflownet model, So I'd like to ask: if I want to use occlusion loss, how can occlusion be added to model part?
For each decoder, you can change the output channels from 2 to 3, with one channel to estimate occlusion. Also, for the input of each decoder, you should add the occlusion map together with optical flow for coarse-to-fine estimation.