This is BIDP: Brain-Inspired Dual-Process CNN-Transformer for Salient Object Detection official code
For PR curve and F curve, we use the code provided by this repo: [BASNet, CVPR-2019] For MAE, F measure, E score and S score, we use the code provided by this repo: [F3Net, AAAI-2020] code
python==3.8
torch==2.0
Torchvision
Numpy
For all datasets, they should be organized in below's fashion:
|__dataset_name
|__Images: xxx.jpg ...
|__Masks : xxx.png ...
download dataset ECSSD HKU-IS DUTS-TE DUT-OMRON PASCAL-S
pyton main.py