In this line https://github.com/microsoft/MaskFlownet/blob/master/network/MaskFlownet.py#L306 Should it be `c2s = [c21, c22, c23, c24, c25, c26]` instead of `c2s = [c21, c12, c13, c24, c25, c26]` ? The latter version doesn't make much sense to me.
In this line https://github.com/microsoft/MaskFlownet/blob/master/network/MaskFlownet.py#L306
Should it be
c2s = [c21, c22, c23, c24, c25, c26]instead ofc2s = [c21, c12, c13, c24, c25, c26]? The latter version doesn't make much sense to me.