Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.18 KB

README.md

File metadata and controls

57 lines (41 loc) · 1.18 KB

STRD-Net

Pytorch codes for STRD-Net: A dual-encoder semantic segmentation network for urban green space extraction

Environment

Please prepare an environment with python=3.8, and then use the command "pip install -r requirements.txt" for the dependencies.

You may need to do the following.

conda create -n xxx python=3.8 -y

conda activate xxx

pip install -r requirements.txt

###requirements.txt

torchvision==0.14.0

torch==1.13.0

timm==0.9.2

numpy==1.24.2

tqdm==4.65.0

tensorboard==2.13.0

sklearn

Reference

-ST-UNet

-SwinTransformer

-SoftPool

-External-Attention-pytorch

Citations

@ARTICLE{10671599,

author={Yu, Mouzhe and He, Liheng and Shen, Zhehui and Lv, Meng},

journal={IEEE Transactions on Geoscience and Remote Sensing},

title={STRD-Net: A Dual-Encoder Semantic Segmentation Network for Urban Green Space Extraction},

year={2024},

volume={62},}