Closed abhishekaich27 closed 3 years ago
Shouldn't the channel information be part of frames when you are reading frames with 3 channels?
That is (n, 12, 256, 256) should be (n, 12, 3, 256, 256). Or is it that your code will only work with inputs of 1 channel?
(n, 12, 256, 256)
(n, 12, 3, 256, 256)
EDIT: Or do we just multiply the channel information with clip length? EDIT2: Got it!! :)
Shouldn't the channel information be part of frames when you are reading frames with 3 channels?
That is
(n, 12, 256, 256)
should be(n, 12, 3, 256, 256)
. Or is it that your code will only work with inputs of 1 channel?EDIT: Or do we just multiply the channel information with clip length? EDIT2: Got it!! :)