Giter Site home page Giter Site logo

Comments (2)

jihoontack avatar jihoontack commented on June 3, 2024

Thank you for the interest!

I believe your question can be summarized as follows:
(1) Is the ood_sample parameter in eval.py and # of samples in Table 11 the same?
(2) The ood_sample parameter doesn't show dramatic performance as Table 11.
(3) How to achieve controlled results (of Table 11) in our code.
by the way, you don't need to retrain the network to achieve the same results.

We will answer in following orders: (1) -> (3) -> (2)
(1) Yes, the ood_sample parameter in eval.py denotes the # of samples in Table 11.
(3) Our evaluation examples in README.md is a controlled version. If you want an uncontrolled version, first remove --resize-fix and set --resize_factor to 0.08.

  • --resize_factor decides the resizing(i.e., cropping) area range (in Inception crop, we uniformly sample from 0.08~1.0 to obtain the size for cropped image).
  • --resize_fix fixed the sampling range. For instance, if you set --resize_factor to 0.54 and set --resize_fix, the size of the cropped image will have 0.54 * original image size.

(2) I think that you have run a controlled version with different # of samples. Is it possible to rerun the inference with the uncontrolled version as mentioned in the answer (3) above (to obtain the same result with Table 11)?

If you have more questions please let us know!

Thank you

from csi.

jihoontack avatar jihoontack commented on June 3, 2024

If you have more questions or any problems with running the code, feel free to reopen this issue.

Thank you!

from csi.

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.