EGNet icon indicating copy to clipboard operation
EGNet copied to clipboard

EGNet:Edge Guidance Network for Salient Object Detection (ICCV 2019)

Results 33 EGNet issues
Sort by recently updated
recently updated
newest added

Hi, Can you please provide the whole results(4,447 predictions) of the HKU-IS dataset ?

你好,我想问一下,提供的显著图中,骨干网络用的是Resnet50还是Resnet101?

In the dataset.py ,have much path,which which path should I change for the one picture? I can't find the test.lst file. thanks for you read.

Hi, I used a pre-trained model to test on my own images, and I add the following code: ``` python elif sal_mode == 'f': # my specular highlight dataset self.image_root...

请问如何生成数据集的.lst文件?

I'm trying to test my own dataset and I'm getting back a CUDA out of memory message: RuntimeError: CUDA out of memory. Tried to allocate 1.19 GiB (GPU 0; 10.76...

The number of parameters: 111692618 Loading pre-trained model from ./epoch_vgg.pth... Traceback (most recent call last): File "run.py", line 68, in main(config) File "run.py", line 21, in main test = Solver(None,...

在测试过程中,能够完成预测,但不输出显著图是怎么回事

请问如何训练vgg版本的egnet