Coder Social home page Coder Social logo

Comments (3)

ayushchakravarthy avatar ayushchakravarthy commented on May 26, 2024

Hi, @kkjh0723

Did you have to make any changes to the code in order to get it working? I am also trying to replicate the CLIP result but unable to do so.

Thanks!

from vl-checklist.

kkjh0723 avatar kkjh0723 commented on May 26, 2024

@ayushchakravarthy ,
If I remember correctly, there were some minor changes required to run CLIP.

In the following lines,
I changed result_tmp[i][0][1] to result_tmp[i][0][0] and result_tmp[i][1][1] to result_tmp[i][1][0].

Also, in this lines, I changed it as following,

sample_t = random.sample(sample_true,self.sample_num if len(sample_true)>self.sample_num else len(sample_true))
sample_f = random.sample(sample_false,self.sample_num if len(sample_false)>self.sample_num else len(sample_false))

from vl-checklist.

feilvvl avatar feilvvl commented on May 26, 2024

Hi,@kkjh0723
Have you reproduced the results of this work? I have tried many times, but the end result is not satisfactory.
I used the CLIP(ViT-B/32) as my model. And I select the "ITM" task to test.
For the final average scores,
Attribute : 68.6477405706409
Relation : 74.7221415628598
Object : 89.4515112110188
The result is much higher than the paper. So I'd like to know how much data you used, since your results don't vary that much.
Thank you!

from vl-checklist.

Related Issues (10)

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.