Home

Awesome

[ECCV 2024] CoLA: Conditional Dropout and Language-driven Robust Dual-modal Salient Object Detection

PWC PWC

This repository hosts the code of the research presented in "CoLA: Conditional Dropout and Language-driven Robust Dual-modal Salient Object Detection". We provide both PyTorch and MindSpore versions of the code.

intro

Environment Requirements

Installation

To set up the necessary environment, follow these steps:

pip install torch==1.13.1 torchvision

Dataset

You can download the RGB-T dataset in :Baidu Netdisk(code: f2ms)

You can download the RGB-D dataset in :Baidu Netdisk(code: jciu)

Training

To train the model, run the following command:

python train.py

Configuration settings can be adjusted in options.py. This file contains various parameters and settings that you can modify to customize the training process.

Testing

For testing the model, use the following command:

python test.py

You can download the RGB-T Checkpoint in Baidu Netdisk(code: 3954) or Google Drive.

You can download the RGB-D Checkpoint in Baidu Netdisk(code: 1921) or Google Drive.

Evaluation

We use the following links for evaluation.

File Structure

This repository is organized into two primary directories to accommodate both PyTorch and MindSpore codebases, ensuring compatibility and ease of use across different deep learning frameworks. Each directory mirrors the following structure:

Citation

@inproceedings{eccv2024cola,
  title={CoLA: Conditional Dropout and Language-driven Robust Dual-modal Salient Object Detection},
  author={Hao, Shuang and Zhong, Chunlin and Tang, He},
  booktitle={European Conference on Computer Vision},
  year={2024}
}