Giter VIP home page Giter VIP logo

Comments (8)

roloydman avatar roloydman commented on June 15, 2024 1

much better than i imagined. thanks again

from natural-language-youtube-search.

jackylee1 avatar jackylee1 commented on June 15, 2024 1

thanks for your response

from natural-language-youtube-search.

haltakov avatar haltakov commented on June 15, 2024

This should be quit easy to do! I'll implement it tomorrow and let you know

from natural-language-youtube-search.

roloydman avatar roloydman commented on June 15, 2024

thanks man. this will help me with video editing.

from natural-language-youtube-search.

jackylee1 avatar jackylee1 commented on June 15, 2024

well done,i have done the same job recently.
i want to know whether you store the extracted image on the google drive,if no,how can i search when i do this next time.
and the colab can only work for sometime,what if i want to deploy on my computer,does it need high-efficiency computer?

from natural-language-youtube-search.

jackylee1 avatar jackylee1 commented on June 15, 2024

further,any progress on training my own data model,cause sometimes i need more accurate result on specific man or things?

from natural-language-youtube-search.

haltakov avatar haltakov commented on June 15, 2024

@roloydman Sorry for my late response... I added the time in the video now and also a link jumping directly to that time. I hope this helps you.

from natural-language-youtube-search.

haltakov avatar haltakov commented on June 15, 2024

@jackylee1 - the images are not stored on Google Drive, but only in memory (video_frames). If you want to have this permanent, you could store the images as files and also the precomputed CLIP feature vectors. After that you just need to load them. I did something similar in my other project: https://github.com/haltakov/natural-language-image-search. I think you managed to do it there right?

You can deploy the same code on your own PC as well. CLIP actually works quite well on the CPU as well, but the computation of the feature vectors will be slower than on Colab. When you are doing pip install torch you need to choose the right version for your system - refer to this page: https://pytorch.org/get-started/locally/

Regarding training... this is much more difficult to do. CLIP was trained on a huge dataset and the training code is not open. There are some open source implementations, but it will not be easy and will require significant GPU resources. OpenAI promised, however, to release a bigger CLIP model, which should have better performance.

from natural-language-youtube-search.

Related Issues (6)

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.