Closed kylemin closed 6 years ago
I checked that the fixation map of DHF1K is blurred by width 30 gaussian kernel. Did you use the same width for the Hollywood2 and UCFSports dataset?
I use this function for blurring the fixations in DHF1K.
[x,y]=find(fixations); densityMap= make_gauss_masks(y,x,[video_res_y,video_res_x]); make_gauss_masks.zip
Thank you!
I checked that the fixation map of DHF1K is blurred by width 30 gaussian kernel. Did you use the same width for the Hollywood2 and UCFSports dataset?