Giter Club home page Giter Club logo

Comments (3)

hujie-frank avatar hujie-frank commented on August 15, 2024

The validation images have not been changed since ILSVRC12, but the order of labels has been changed since ILSVRC13. You can take the order-changed validation list here. In addition, the mean values we used are [104, 117, 123] rather than decimals, which we listed at the beginning of each model prototxt.

And if you want to achieve exact results, I suggest you using ImageDataLayer, resizing the short edge of input images to 256 (To convenient implementation , you can do a small modification to function ReadImageToCVMat() in src/caffe/util/io.cpp ) and than coducting center crop 224x224 as described in the caption of Table 1.

Looking forward your testing feedback.

from senet.

cai-y13 avatar cai-y13 commented on August 15, 2024

Thanks so much. Following your suggestions, I replace the labels, and get an top-1 accuracy of 76.96%, and top-5 accuracy of 93.42%. It's really a great improve compared with the baseline, but a little lower than the proposed result. (I have resize the images to 256x256) Is there any other tricks when doing the testing?

Thanks again for your suggestions and such excellent work.

from senet.

hujie-frank avatar hujie-frank commented on August 15, 2024

There are no other tricks for testing. And I think you can achieve the proposed results after resizing the input images to 256 x N, which is a general approach for testing.

from senet.

Related Issues (20)

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.