Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
b043f1039c
Initialize DVC
1 year ago
b043f1039c
Initialize DVC
1 year ago
784ddf34db
data file added
1 year ago
d6f4f01dae
Readme updated
1 year ago
784ddf34db
data file added
1 year ago
4 years ago
4 years ago
5885a73034
model added
1 year ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

EGNet

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

DagsHub Repository

We use the sal2edge.m to generate the edge label for training.

For training:

  1. Clone this code by git clone https://github.com/bharat-mtr/EGNet.git --recursive, assume your source code directory is$EGNet;

  2. Download training data;

  3. Download initial model;

  4. Change the image path and intial model path in run.py and dataset.py;

  5. Start to train with python3 run.py --mode train.

For testing:

  1. Download pretrained model;

  2. Change the test image path in dataset.py

  3. Generate saliency maps for SOD dataset by python3 run.py --mode test --sal_mode s, PASCALS by python3 run.py --mode test --sal_mode p and so on;

  4. Testing code we use is the public open source code. (https://github.com/Andrew-Qibin/SalMetric)

Pretrained models, datasets and results:

| Page | | Training Set | | Pretrained models (2cf5) | | VGG resnet|

If you think this work is helpful, please cite

@inproceedings{zhao2019EGNet,
 title={EGNet:Edge Guidance Network for Salient Object Detection},
 author={Zhao, Jia-Xing and Liu, Jiang-Jiang and Fan, Deng-Ping and Cao, Yang and Yang, Jufeng and Cheng, Ming-Ming},
 booktitle={The IEEE International Conference on Computer Vision (ICCV)},
 month={Oct},
 year={2019},
}

Contrast Prior and Fluid Pyramid Integration for RGBD Salient Object Detection. (CVPR2019) page

Tip!

Press p or to see the previous file or, n or to see the next file

About

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

Collaborators 1

Comments

Loading...