junfu1115 / DANet

Dual Attention Network for Scene Segmentation (CVPR2019)
MIT License
2.39k stars 483 forks source link

The GPU memory occupied by DANet is much larger than PSPNet when doing testing? #97

Open HSMung opened 4 years ago

HSMung commented 4 years ago

The GPU memory occupied by DANet is much larger than PSPNet when doing testing. Maybe double, is that right?

XUYUNYUN666 commented 4 years ago

The GPU memory occupied by DANet is much larger than PSPNet when doing testing. Maybe double, is that right? Can i have your code for training pspnet? thank you so much

HSMung commented 4 years ago

The GPU memory occupied by DANet is much larger than PSPNet when doing testing. Maybe double, is that right? Can i have your code for training pspnet? thank you so much

Actually, you can use 'https://github.com/junfu1115/DANet/blob/master/danet/test.py' or 'https://github.com/hszhao/semseg'