Skip to content

dqxfj99/DSINet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSINet

Saliency maps

We provide saliency maps of our and compared methods at here on three datasets (ORSSD, EORSSD, and ORSI-4199).

Training

Download pth at here, and put it in "./"
Modify paths of data, then run train.py

DataSets

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
│ │ │ ├── .....

ORSI-SOD Summary

Salient Object Detection in Optical Remote Sensing Images Read List at here

Contact

if you have any questions, please contact us by email (dreamgwy188@gmail.com)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages