Skip to content

moyiliyi/Residual-Attention-Network-for-Image-Classification-2D-3D-pytorch-implement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Residual-Attention-Network-for-Image-Classification-2D-3D-pytorch-implement

2D and 3D(volume) verison of Residual Attention Network

Residual Attention Network for Image Classification (CVPR-2017 Spotlight) By Fei Wang, Mengqing Jiang, Chen Qian, Shuo Yang, Chen Li, Honggang Zhang, Xiaogang Wang, Xiaoou Tang* (https://openaccess.thecvf.com/content_cvpr_2017/papers/Wang_Residual_Attention_Network_CVPR_2017_paper.pdf)

Use Examples:

2D:

  • from attentionnet import attention56, attention92
  • attention56(num_classes=1000)
  • attention92(num_classes=1000)

3D:

  • from attentionnet3D import attention3d56, attention3d92
  • attention3d56(num_classes=1000)
  • attention3d92(num_classes=1000)

For the usage in a library, please refer to my fork on pretorched (https://github.com/moyiliyi/pretorched-x)

Only the network architectures implemented here. You need to write your own train/test scripts.

Reference

This code is based on the following repos:

About

2D and 3D(volume) verison of Residual Attention Network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages