Incognite

Results 2 comments of Incognite

You have to modify the forward method in PAN module. def forward(self, input, no_reshape=False): if not no_reshape: sample_len = (3 if self.modality in ['RGB', 'PA', 'Lite'] else 2) * self.new_length...

You are wrong. The Eq. 7 refers to the PA module as attention, that is not used in the code. Instead the PA as motion cue is adopted in PA_modules.py...