Giter Site home page Giter Site logo

Comments (11)

wenguanwang avatar wenguanwang commented on May 26, 2024

@wjakobw

I use the code from https://github.com/remega/video_database/blob/master/make_gauss_masks2.m
to blur the fixation map.

from dhf1k.

wjakobw avatar wjakobw commented on May 26, 2024

Thank you. I assume this means you used the same parameters as in that code, W=30? No extra modifications according to the geometries of your experimental setup?

For future reference if others are thinking about this:

In the meantime I wanted to generate some more ground truth frames in the same format as yours, so I fitted a Gaussian to a few dots in your saliency frames to determine the parameters. Using this example for fitting I found that the Gaussian width was 12.9 pixels, then I defined a new Gaussian function using code in the same example to blur my own fixation maps with the same parameters. (But upscaled Gaussian because I needed higher resolution saliency maps). The resulting saliency maps looked like the DHF1K maps.

from dhf1k.

kylemin avatar kylemin commented on May 26, 2024

@wenguanwang Did you use the same code to blur the fixation map of Hollywood2 or UCFSports dataset?

from dhf1k.

wenguanwang avatar wenguanwang commented on May 26, 2024

@kylemin

For Hollywood2 and UCF, I directly use following function to blur the fixation map:

densityMap = imfilter(fixations,fspecial('gaussian',150,20),'replicate').

from dhf1k.

wenguanwang avatar wenguanwang commented on May 26, 2024

@wjakobw

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

from dhf1k.

wenguanwang avatar wenguanwang commented on May 26, 2024

@wjakobw @kylemin

I'm trying to zip the Hollywood-2 and UCF. Please give me some time, they will be uploaded later.

from dhf1k.

kylemin avatar kylemin commented on May 26, 2024

Thank you, I appreciate it.

from dhf1k.

wenguanwang avatar wenguanwang commented on May 26, 2024

@wjakobw @kylemin

Hi, all, the data of Hollywood-2 and UCF have been uploaded.

The code (ACLNet) and dataset (DHF1K with raw gaze records, UCF-sports are new added!) can be downloaded from:

Google disk:https://drive.google.com/open?id=1sW0tf9RQMO4RR7SyKhU8Kmbm4jwkFGpQ

Baidu pan: https://pan.baidu.com/s/110NIlwRIiEOTyqRwYdDnVg

The Hollywood-2 (74.6G) can be downloaded from:

Google disk:https://drive.google.com/open?id=1vfRKJloNSIczYEOVjB4zMK8r0k4VJuWk

from dhf1k.

wjakobw avatar wjakobw commented on May 26, 2024

Thank you for the processed datasets, it's very helpful. The Hollywood-2 link requires extra permissions from you to download. I sent an access request via Google drive but perhaps you want to make it public like the other links.

As a friendly suggestion for others downloading such large files from Google drive or similar onto a remote server, this Firefox extension was very helpful for me.

from dhf1k.

wenguanwang avatar wenguanwang commented on May 26, 2024

@wjakobw thanks for your remind. It is public accessable now.

https://drive.google.com/file/d/1vfRKJloNSIczYEOVjB4zMK8r0k4VJuWk/view?usp=sharing

from dhf1k.

kylemin avatar kylemin commented on May 26, 2024

@wenguanwang Thank you!

from dhf1k.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.