Home

Awesome

HDFNet

GitHub License GitHub last commit GitHub issues GitHub stars Arxiv Page

(ECCV 2020) Hierarchical Dynamic Filtering Network for RGB-D Salient Object Detection

Gitee Mirror: https://gitee.com/p_lart/HDFNet

Author: Lart Pang(lartpang@163.com)

This is a complete, modular and easily modified code base based on PyTorch, which is suitable for the training and testing of significant target detection task model.

@inproceedings{HDFNet-ECCV2020,
    author = {Youwei Pang and Lihe Zhang and Xiaoqi Zhao and Huchuan Lu},
    title = {Hierarchical Dynamic Filtering Network for RGB-D Salient Object Detection},
    booktitle = ECCV,
    year = {2020}
}

News:

NOTE:

[Results & PretrainedParams (j9qu)]

image

image

image

image

Repository Details

Usage

Environment

I provided conda environment configuration file (hdfnet.yaml), you can refer to the package version information.

And you can try conda env create -f hdfnet.yaml to create an environment to run our code.

Train your own model

If the training process is interrupted, you can use the following strategy to resume the training process.

Evaluate model performance

There are two ways:

  1. For models that have been trained, you can set resume to True and run the script train.py again.
  2. Use the scripts test.sh and test.py. The specific method of use can be obtained by executing this command: python test.py --help.

Only evaluate generated predictions

You can use the toolkit released by us: https://github.com/lartpang/Py-SOD-VOS-EvalToolkit.

Related Works