Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difference between OutputMaps and FixationMaps #25

Open
hiteshnitetc opened this issue Oct 20, 2017 · 1 comment
Open

Difference between OutputMaps and FixationMaps #25

hiteshnitetc opened this issue Oct 20, 2017 · 1 comment

Comments

@hiteshnitetc
Copy link

hiteshnitetc commented Oct 20, 2017

I want to train this SalGAN network on my own dataset. I have the original images and the ground-truth images (no fixation maps). What I have presumed is that in Train section of 01-data_preprocessing.py script, pathOutputImages will have path to the original images and pathOutputMaps will have path to ground-truth images. Is my assumption correct?

I am also confused in what I should give as input to pathToFixationMaps in the same script. Is it necessary to give all three parameters (pathOutputImages, pathOutputMaps and pathToFixationMaps) for the training purpose. Can I train this network without fixation maps?

@junting
Copy link
Collaborator

junting commented Oct 21, 2017

Hi @hiteshnitetc

Sure, of course, you can. SalGAN is trained with images and ground truth saliency maps. The part about fixation map is something extra that we added later for other proposes. I will remove since they were not used for the training/testing.

Best,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants