hyf015 / egocentric-gaze-prediction

Code for the paper "Predicting Gaze in Egocentric Video by Learning Task-dependent Attention Transition"
62 stars 18 forks source link

sigma of gaussian filter used in auc #18

Closed Luisaply closed 5 years ago

Luisaply commented 5 years ago

In 'utils.py' you have used a gaussian filter to get the auc.

z = ndimage.filters.gaussian_filter(z, 14)

Is there a reason to set sigma to 14?

hyf015 commented 5 years ago

If you see the closed issue, the original variance we use is 70. 14 is one-fifth of 70, and corresponds to the input size of the network.