Skip to content

A Cross- and Self-attention Lightweight Network for Large-scale Building Semantic Segmentation

Notifications You must be signed in to change notification settings

YpingHu/CaSaFormer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CaSaFormer

This is the code for our paper "CaSaFormer: A Cross- and Self-attention Based Lightweight Network for Large-scale Building Semantic Segmentation"

Install

MMCV >=1.3.13 and <=1.5.0

pip install -r requirements.txt

Training

python /tools/train.py --work-dir casaformer --gpus 1 --seed 26 ..\configs\casaformer.py

Testing

python /tools/test.py --work-dir casaformer --eval mIoU mFscore --gpu-collect ..\configs\casaformer.py casaformer\iter_xxx.pth

About

A Cross- and Self-attention Lightweight Network for Large-scale Building Semantic Segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages