Home

Awesome

Joint Salient Object Detection and Camouflaged Object Detection via Uncertainty-aware Learning

This code is the journal extension version of: Uncertainty-aware Joint Salient Object and Camouflaged Object Detection (CVPR2021)

Train the model

Set up

pip install -r requirements.txt  

Train Model

python train.py  

Test and Evaluate Model

python test.py   

Pretrained model and Prediction Maps

Trained model:

Please download the trained model and put it in "./models/": [Google_Drive];

Prediction Maps:

Results of our model on four benchmark datasets (CAMO, CHAMELEON, COD10K, NC4K) for COD:[Google_Drive]; and six benchmark datasets (DUTS, ECSSD, DUT, HKU-IS, PASCAL, SOD ) for SOD: [Google_Drive]

Thanks Yuxin Mao for the Evaluation code link