GithubHelp home page GithubHelp logo

jerrymazeyu / fine-grained2019aaai Goto Github PK

View Code? Open in Web Editor NEW
26.0 26.0 3.0 22.08 MB

pytorch implementation of Fine-grained Recognition: Accounting for Subtle Differences between Similar Classes

Python 100.00%

fine-grained2019aaai's Issues

Project code

您好,在学习了您的文章后,我认为这是一项很不错的工作,同时很希望能复现您文章中的思路,但过程中遇到一些问题,请问能够提供一下完整的代码吗?十分感谢!

diversification_block

        if index_c + 1 == c:
            end_c = c + 1
        else:
            end_c = (index_c + 1) * block_c
        if index_r + 1 == r:
            end_r = r + 1
        else:
            end_r = (index_r + 1) * block_r
        res[index_r * block_r: end_r, index_c * block_c:end_c] = 1

why if index_c + 1==c:
end_c = c+1 rather than (c+1) * block_c ?

没有看到梯度提升损失那一部分的实现?

您好,看到您的文章里边,只对top-k的类进行优化,觉得想法很好,但是似乎在您release的代码里边没有看到,或者是我没有注意到,能否给一些具体实现,谢谢!

project code

Is this the complete code for reproducing the paper? I think the idea is great, can you provide the complete project code?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.