We provide saliency maps of our and compared methods at here on three datasets (ORSSD, EORSSD, and ORSI-4199).
Download pth at here, and put it in "./"
Modify paths of data, then run train.py
ORSSD download at here
EORSSD download at here
ORSI-4199 download at here (Code: fy06)
The structure of the data is as follows:
data
├── EORSSD
│ ├── train
│ │ ├── Image-train
│ │ │ ├── 0001.jpg
│ │ │ ├── 0002.jpg
│ │ │ ├── .....
│ │ ├── GT-train
│ │ │ ├── 0001.png
│ │ │ ├── 0002.png
│ │ │ ├── .....
│ │
│ ├── val
│ │ ├── val-images
│ │ │ ├── 0004.jpg
│ │ │ ├── 0005.jpg
│ │ │ ├── .....
│ │ ├── val-labels
│ │ │ ├── 0004.png
│ │ │ ├── 0005.png
│ │ │ ├── .....
Salient Object Detection in Optical Remote Sensing Images Read List at here
if you have any questions, please contact us by email (dreamgwy188@gmail.com)