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

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

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}
}