MaskFlownet icon indicating copy to clipboard operation
MaskFlownet copied to clipboard

Typo in network code

Open zfjmike opened this issue 4 years ago • 1 comments

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.

zfjmike avatar Dec 08 '20 20:12 zfjmike

Hi zfjmike,

Thanks a lot for pointing out this! Yes it should be the former.

simon1727 avatar Jun 09 '21 11:06 simon1727