Skip to content

This is a PyTorch implementation of BIRA-NET paper. You can find it's official implementation also but available repository does not have whole code. They have given only RA part of the model. There is one discrpancy in my code. I could not match the exact model structure after the part of outer product which is given in the last paragraph of se…

Notifications You must be signed in to change notification settings

sourabh-patil/BIRA-NET-Bilinear-Attention-Net-for-Diabetic-Retinopathy-Grading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BIRA-NET-Bilinear-Attention-Net-for-Diabetic-Retinopathy-Grading

This is a PyTorch implementation of BIRA-NET paper. Link to the paper: https://arxiv.org/pdf/1905.06312.pdf You can find it's official implementation also but available repository does not have whole code. They have given only RA part of the model. There is one discrpancy in my code. I could not match the exact model structure after the part of outer product which is given in the last paragraph of section 3.3. There are two code files. One model has my modified CNN backbone to extract features (it contains dilated convolutions, you can edit it according to your use case). Other model has Resnet-18 as backbone.

biranet

About

This is a PyTorch implementation of BIRA-NET paper. You can find it's official implementation also but available repository does not have whole code. They have given only RA part of the model. There is one discrpancy in my code. I could not match the exact model structure after the part of outer product which is given in the last paragraph of se…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages