Git Product home page Git Product logo

intentonomy's People

Contributors

kmnp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

intentonomy's Issues

Hashtags

Hi, may I know if we can get a way to get the hashtags used per image of the dataset?

Training cost

  1. Training cost. Using a single NVIDIA V100 GPU, how long can you finish the training process?

  2. Do you plan to release the hashtags along with each image?

Question about yout code

Hello there,

I have two minor questions about _get_CAM and get_CAM, in the Localizationloss class -- the part that has to be changed according to one's model definition. First, you set out_b = gcam(X, image_ids="")[1], but looking into GradCam I wonder if it shouldn't be just out_b = gcam(X) in general; this in fact returns a tensor of shape [bs, num_classes] as commented.

Later on, you set gcam_b = gcam.get(layer) (and norm_img as its normalization), a tensor wish shape [bs, 1, fmpH, fmpW]. As a few lines below, in get_CAM, you set CAM_masks[:, cls_idx, :, :] = self._get_CAM(model, X, cls_idx).squeeze(1), and since the masks' shape depend on the mask_length parameter (but not on fmpH or fmpW, of course), I wonder if also get_CAM won't depend on the model adopted. That is, wouldn't this part crack if fmpH or fmpW and mask_length don't match?

JSON files not available

Hello,

I want to use the Intentonomy dataset in my research, but the box urls to the JSON annotation files are no longer available. Are there any other ways I can obtain these annotations?

Thanks

Some question for annotions

Why in category_ids_softprob , some probability is more than 1 and some is less than 1.
Are they abandoned datas?

Code

Could I get the code of the Intentonomy? Object/Context localization .

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.