kris-singh / Deep-Unsupervised-Saliency-Detection

36 stars 8 forks source link

What does the parameter NUM_MAPS mean #7

Open wenyuqing opened 3 years ago

wenyuqing commented 3 years ago

Thanks very much for your code. But I am a little bit confused of the dimension of noisy_gt. I use opencv to generate noisy ground truth and the dimension is (256,256),is that the true dimension? And I noticed that the input image x is repeated by NUM_MAPS,I don't understand the meaning of it.