Home

Awesome

CMWNet.pytorch

This project link: https://github.com/lartpang/CMWNet.pytorch

This project provides an unofficial pytorch implementation of the RGB-D SOD method for 'Cross-Modal Weighting Network for RGB-D Salient Object Detection', ECCV 2020.

Environment

Usage

  1. Configure your datasets in dataset_config.py.
  2. Set hyperparameters in main.py.
  3. python main.py
  4. All results will be saved into the ckpt_path (see main.py).