You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
here the apperture is set to -1, and in the forward you are checking,
if self.apperture > 0:
#Set attention to zero to frames further than +/- apperture from the current one
when does these condition appears.
The text was updated successfully, but these errors were encountered:
Hi VinACE,
The apperture is not used in this publication/code version. We do use it in our follow up work which has not been published yet.
Basically, the apperture<=0 disables the apperture which is the default config in this code.
def init(self, apperture=-1, ignore_itself=False, input_size=1024, output_size=1024):
self.apperture = apperture
here the apperture is set to -1, and in the forward you are checking,
if self.apperture > 0:
#Set attention to zero to frames further than +/- apperture from the current one
when does these condition appears.
The text was updated successfully, but these errors were encountered: