VideoMoCo
VideoMoCo copied to clipboard
The generator is not similar to ConvLSTM
The paper say the architecture of G follows ConvLSTM, but in builder.py the Generator_Mask is different from ConvLSTM, why do you make this change?Could you explain the design of Generator_Mask in builder.py?