You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project provides the code and results for 'Adjacent Context Coordination Network for Salient Object Detection in Optical Remote Sensing Images', IEEE TCYB, 2023. IEEE link and arxiv linkHomepage
Network Architecture
Requirements
python 2.7 + pytorch 0.4.0 or
python 3.7 + pytorch 1.9.0
Saliency maps
We provide saliency maps of our ACCoNet (VGG_backbone (code: gr06) and ResNet_backbone (code: 1hpn)) on ORSSD, EORSSD, and additional ORSI-4199 datasets.
Training
We provide the code for ACCoNet_VGG and ACCoNet_ResNet, please modify '--is_ResNet' and the paths of datasets in train_ACCoNet.py.
For ACCoNet_VGG, please modify paths of VGG backbone (code: ego5) in /model/vgg.py.
data_aug.m is used for data augmentation.
Pre-trained model and testing
Download the following pre-trained models and put them in /models.
@ARTICLE{Li_2023_ACCoNet,
author = {Gongyang Li and Zhi Liu and Dan Zeng and Weisi Lin and Haibin Ling},
title = {Adjacent Context Coordination Network for Salient Object Detection in Optical Remote Sensing Images},
journal = {IEEE Transactions on Cybernetics},
volume = {53},
number = {1},
pages = {526-538},
year = {2023},
month = {Jan.},
}
If you encounter any problems with the code, want to report bugs, etc.