Skip to content

[pytorch] DANet: Dual Attention Network for Scene Segmentation

Notifications You must be signed in to change notification settings

Andy-zhujunwen/danet-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

danet-pytorch

[pytorch] DANet: Dual Attention Network for Scene Segmentation

network:

image

dataset:

cityspaces

how to train:

write the dataset path in mypath.py and run

python train.py

after trainning,it will save a model: danet.pth

How to Inference:

#run:

python inference.py

inference:

input:

image

output:

image

About

[pytorch] DANet: Dual Attention Network for Scene Segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages