1 Star 2 Fork 0

张斌 / Code-A Novel Attention-Based Network for Fast Salient Object Detection

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Code-A Novel Attention-Based Network for Fast Salient Object Detection

Our Improved EGNet

For training:

  1. Clone this code by git clone https://gitee.com/binzhangbinzhangbin/code-a-novel-attention-based-network-for-fast-salient-object-detection.gits, assume your source code directory is$EGNet;

  2. Download training data (fsex) (google drive);

  3. Download initial model (8ir7) (google_drive);

  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 (2cf5) (google drive);

  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 |

空文件

简介

Our Results and Code for paper 《A Novel Attention-Based Network for Fast Salient Object Detection》 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/binzhangbinzhangbin/code-a-novel-attention-based-network-for-fast-salient-object-detection.git
git@gitee.com:binzhangbinzhangbin/code-a-novel-attention-based-network-for-fast-salient-object-detection.git
binzhangbinzhangbin
code-a-novel-attention-based-network-for-fast-salient-object-detection
Code-A Novel Attention-Based Network for Fast Salient Object Detection
master

搜索帮助