MaskFlownet
MaskFlownet copied to clipboard
Typo in network code
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.
Hi zfjmike,
Thanks a lot for pointing out this! Yes it should be the former.