ITSD-pytorch icon indicating copy to clipboard operation
ITSD-pytorch copied to clipboard

code for CVPR 2020 paper "Interactive Two-Stream Decoder for Accurate and Fast Saliency Detection"

Results 10 ITSD-pytorch issues
Sort by recently updated
recently updated
newest added

I am very interested in your work. I runned your codes, but i met some problems. Could you help me ? /src/Metrics.py TPs = [torch.sum(torch.sum((_Y >= threshold) & (self.Y), -1),...

@moothes May I know what is the purpose of having these weights = [0.1, 0.3, 0.5, 0.7, 0.9, 1.5] in Loader.py? How those weights are determined?

你好, 感谢你所做的贡献,我想请问一下训练和测试的时候,数据集路径应该怎么设置,因为我设置以后,总给我报错‘系统找不到指定的路径。: '../dataset/DUTS-TR/images'’,按照这个报错路径设置了也还是报这个错误。 谢谢

Hello @moothes thank you for your great work. I have a problem with the link to download the result and your pretrained model. I can't download your data that uploaded...

hi, First, thank you for sharing your excellent work. However, I have some issues. I would like to ask **what GPU** you used when testing, including the **image size** used...

First of all, thanks for your amazing work as well as sharing the necessary resources to encourage the reproducibility of your work. However, I have been encountering some issues to...

I run the train process, but it outputs errors as follows: loading the settings Backbone: resnet, Using Gpu: 1 Traceback (most recent call last): File "train.py", line 10, in train()...

Hi, Is it possible to upload the predicted saliency maps into Google Drive? I can't download them.