Giter Site home page Giter Site logo

backseason / dfi Goto Github PK

View Code? Open in Web Editor NEW
51.0 6.0 12.0 992 KB

Code for our IEEE TIP 2020 paper "Dynamic Feature Integration for Simultaneous Detection of Salient Object, Edge and Skeleton"

License: Other

Python 100.00%
salient-object-detection saliency edge-detection skeleton multitask-learning

dfi's Introduction

Dynamic Feature Integration for Simultaneous Detection of Salient Object, Edge and Skeleton

This is a demo PyTorch implementation of our IEEE TIP 2020 paper.

We also provide an Online Demo.

animated

Prerequisites

Demo usage

1. Clone the repository

git clone https://github.com/backseason/DFI.git
cd DFI/

2. Download the pretrained model

dfi.pth GoogleDrive | BaiduYun (pwd: wkeb) and move it to the pretrained folder.

3. Test (demo)

The source images are in the demo/images folder. By running

python main.py

you'll get the predictions under the demo/predictions folder. The predictions of all the three tasks are performed simultaneously.

4. Pre-computed results and evaluation results

You can find the pre-computed predictions maps of all the three tasks and their corresponding evaluation scores with the following link: Results reported in the paper GoogleDrive | BaiduYun (pwd: 7eg3)

5. Contact

If you have any questions, feel free to contact me via: j04.liu(at)gmail.com.

If you think this work is helpful, please cite

@article{liu2020dynamic,
  title={Dynamic Feature Integration for Simultaneous Detection of Salient Object, Edge and Skeleton},
  author={Jiang-Jiang Liu and Qibin Hou and Ming-Ming Cheng},
  journal={IEEE Transactions on Image Processing},
  year={2020},
  volume={},
  number={},
  pages={1-15},
  doi={10.1109/TIP.2020.3017352},
}

dfi's People

Contributors

backseason avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

dfi's Issues

Dataset

could you share with me the dataset(baidu disk)? some dataset are difficult to find

training dataset

Thansk for your great work!
I find that the number of training images in saliency detection, edge detection and skeleton detection is different. Thus, I am curious about how to learn the three tasks simulataneously?

特征可视化

作者您好,非常感谢您的分享。
有个问题想请教您一下,您是如何获取和绘制中间层特征的可视化图的。可否分享一下呢?
非常感谢

Implementation details

Thanks for your amazing work.
After reading your paper and code, I have few question about some implementation details.

  1. I notice that you set the bias to false in almost all convolution layers except the prediction layers. Can you tell me the reason?

  2. Instead of using Batchnorm (BN), you use Groupnorm (GN) . Did you compare these two methods and how much improvement GN brings?

  3. While in most blocks relu layer is applied after the GN layer, I notice that in some blocks you don't use the relu layer. For example:
    image
    I am curious about how to judge whether a relu layer is necessary.

training detail

你好,作者,这篇文章非常有创新性,尤其是这种训练模式,请问可以分享一下训练的代码吗,我想充分理解这种过程,谢谢作者。

论文的提问

在表Ⅲ中,w/o是什么意思,正片论文都没有提及,作者可以解释一下吗,谢谢!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.