songdejia / DFL-CNN

This is a pytorch re-implementation of Learning a Discriminative Filter Bank Within a CNN for Fine-Grained Recognition
MIT License
267 stars 52 forks source link

Problem downloading the weights #17

Open pshroff04 opened 4 years ago

pshroff04 commented 4 years ago

Can someone share the weights via other media (via google drive/dropbox)? Not able to download from the Baidu site. Thanks

aparnaambarapu commented 4 years ago

Hi @pshroff04 I downloaded the dataset and here is the link. https://drive.google.com/file/d/1cRI89RKnA1kmCAfvwk5MTOYsSNTXOM1o/view?usp=drive_web (let me know if this link is not working for you).

But when I load this model and test on CUB_200_2011, the accuracy is ~0.5% top1, ~4% top5. Can you check and tell me if this is the same with you or may be I am using it wrong?

Let me know if any updates and any ways you tried to get good accuracy.