Skip to content

Zhou-wy/MSEDNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSEDNet: Multi-Scale Fusion and Edge-Supervised Network for RGB-T Salient Object Detection

Requirements

Datasets

Download the following datasets and unzip them into dataset folder

Testing

First, Install the required third-party libraries in therequirements.txt

pip install -r requirement.txt

Second, please download the pretrained model into run/models folder.

Third, Test the model and get the predicted saliency maps, which will be saved into run/maps folder.

python test.py

Training

Fixed the related configuration in the config.py file,We recommend using the pre-training model we provide for the best training accuracy

python train.py

Results

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages