Open tobymu opened 5 years ago
@tobymu can you explain what you mean "get the mask with flow"?
@luvegood Thanks for reply. I'm trying to reproduce some work in this paper https://arxiv.org/abs/1705.02092 As mentioned in Figure 5, a mask is estimated with optical flow between frame i and frame i+1. 0 in disoccluded regions and at the motion boundaries, and 1 everywhere else. I find that your code has done the warp operation, and I cannot understand what does mask defined in your code. Is it the same as this paper? Thanks!
@tobymu it's two totally different things. The mask in Fei-Fei's paper means the occlusion map, and the "mask" used in this code is more of an implementational hack in PyTorch0.2 for the warping function.
@deqings , @tobymu would like to thank you 😄
@luvegood I see, thanks!
@tobymu it's two totally different things. The mask in Fei-Fei's paper means the occlusion map, and the "mask" used in this code is more of an implementational hack in PyTorch0.2 for the warping function.
Could you explain the mask clearly in detail? I am also not clear about the implementational hack in PyTorch0.2.
@Deqing Sun
Thansk a lot. I have to get the mask with flow, but the mask result is not correct. Code in PWCNet.PY