Giter Club home page Giter Club logo

vitis's People

Contributors

engindeniz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

vitis's Issues

Run offline demo

Great work!
Can you provide trained weights and code to run inference locally on my own videos?

visual prompts arguments

First of all, thanks to your great work!

I wonder about the arguments related with "visual prompts".
To run your code on custom dataset I'm preparing to extract features.

When I tried to extract visual features, i got some troubles.

self.encoder = CLIPEncoder(config, self.args.prompt_type, self.args.visual_prompt_projection_factor,
AttributeError: 'Namespace' object has no attribute 'visual_prompt_projection_factor'

Actually, not only about 'visual_prompt_projection_factor'.
I also can't find about these informations in your args file.

        self.encoder = CLIPEncoder(config, self.args.prompt_type, self.args.visual_prompt_projection_factor,
                                   self.args.visual_prompt_projection_layer, self.args.visual_model_hidden_size,
                                   self.args.visual_prompt_num_layer, self.args.visual_prompt_num_tokens,
                                   self.args.visual_prompt_initialization, self.args.visual_prompt_patch_size,
                                   self.args.visual_prompt_dropout_rate, self.args.visual_prompt_like_linear_layer_each_transformer_layer)

And when extract the features, I think we would not use promts and projections right?
Would you help me to shoot this troubles?

I think this will affect to follow-up tasks like training and testing.

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.