CoNet icon indicating copy to clipboard operation
CoNet copied to clipboard

Code for ECCV 2020 paper. "Accurate RGB-D Salient Object Detection via Collaborative Learning".

Results 3 CoNet issues
Sort by recently updated
recently updated
newest added

E:\Salient Object Detection\2020ECCV\CoNet-master\CoNet\trainer.py:79: UserWarning: Using a target size (torch.Size([2, 256, 256])) that is different to the input size (torch.Size([2, 1, 256, 256])). This will likely lead to incorrect results due...

您好,我是一名对显著性检测感兴趣的小菜鸟,作为自学python小白,希望您可以帮助我,因为安装pytorch时安装的是only cpu 版本(电脑无英伟达显卡,是inter uhd 620),就担心是不是对跑代码有影响,因为pytorch里的package反复报错, Traceback (most recent call last): File "demo.py", line 136, in training.train() File "C:\Users\conet\trainer.py", line 169, in train self.train_epoch() File "C:\Users\conet\trainer.py", line 60, in train_epoch for...

你好, 感谢你的分享。 我下载了你的数据集以后,对网络进行了训练,但是在训练过程中,读取了train_images、train_masks和train_depth,却报错说我的训练集缺少train_edge,请问这个edge文件夹是什么,该如何生成? 谢谢