8000 GitHub - HATFormer/HATFormer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

HATFormer/HATFormer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HATFormer

Official implementation of HATFormer

Dataset

The SMARS dataset used for evaluation is from A 2D/3D multimodal data simulation approach with applications on urban semantic segmentation, building extraction and change detection We clip and split the large tile into small images, the preprocessed dataset can be download here.

Train

For training, you can modify parameters in configs/xx.xml, or just keep the default and:

python main.py --config='the name of config file'

e.g.

python main.py --config='the name of config file' 

Test

Please download the trained model weights here, and place them in the result directory. The evaluation and visulization are simple

# For evaluation in SParis 
--config=CD_hatformer_baseline_and_BHE_FME_AFA_sparis --eval --ckpt_version bsize4_AFA --save_img
# For evaluation in SVenice
--config=CD_hatformer_baseline_and_BHE_FME_AFA_svenice --eval --ckpt_version bsize4_AFA --save_img

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0