Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.2%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: dongh-1106
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 8.48 MB
Statistics
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
WISTE
This is the code for paper "Water Index Swin Transformer Ensemble (WISTE) for Water Body Extraction from Multispectral Remote Sensing Image"
This code is based on Swin Transformer.
Installation
Please refer to MMSegmentation for installation and dataset preparation.
Inference
```
single-gpu testing
python tools/test.py
multi-gpu testing
tools/disttest.sh <CONFIGFILE>
multi-gpu, multi-scale testing
tools/disttest.sh <CONFIGFILE>
Pretrained model
Pretrained model can be download here: pretrained model
WISTE model
WISTE model can be download by BaiduNetdisk.,extraction code is [covf]
Training
To train with pre-trained models, run: ```
single-gpu training
python tools/train.py
multi-gpu training
tools/disttrain.sh <CONFIGFILE>
PME
To use PME module, please run:
python ./pme.py
Owner
- Login: dongh-1106
- Kind: user
- Repositories: 1
- Profile: https://github.com/dongh-1106
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - name: "MMSegmentation Contributors" title: "OpenMMLab Semantic Segmentation Toolbox and Benchmark" date-released: 2020-07-10 url: "https://github.com/open-mmlab/mmsegmentation" license: Apache-2.0
GitHub Events
Total
Last Year
Dependencies
- docutils ==0.16.0
- myst-parser *
- sphinx ==4.0.2
- sphinx_copybutton *
- sphinx_markdown_tables *
- mmcls >=0.20.1
- mmcv-full >=1.4.4,<=1.6.0
- cityscapesscripts *
- mmcv *
- prettytable *
- torch *
- torchvision *
- matplotlib *
- mmcls >=0.20.1
- numpy *
- packaging *
- prettytable *
- codecov * test
- flake8 * test
- interrogate * test
- pytest * test
- xdoctest >=0.10.0 test
- yapf * test