Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making SAM 2 run 2x faster #5

Open
mvoodarla opened this issue Aug 27, 2024 · 2 comments
Open

Making SAM 2 run 2x faster #5

mvoodarla opened this issue Aug 27, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@mvoodarla
Copy link

I was pretty amazed with SAM 2 when it came out given all the work I do with video. My company works a ton with it and we decided to take a crack at optimizing it, and we made it run 2x faster than the original pipeline!

Unlike LLMs, video models are notorious for incredibly inefficient file reading, storage, and writing which makes them much slower than they need to be.

We wrote a bit about our work here and thought we'd share with the community:

https://www.sievedata.com/blog/meta-segment-anything-2-sam2-introduction

@jhj0517 jhj0517 added the enhancement New feature or request label Aug 28, 2024
@jhj0517
Copy link
Owner

jhj0517 commented Aug 28, 2024

I just quickly looked into this, does this need API key and call API using network instead of using local model?

@github-staff github-staff deleted a comment Aug 28, 2024
@mvoodarla
Copy link
Author

Yep unfortunately this currently requires an API key as some of the speedups we made are more system / compute level as well (not just code-level).

@github-staff github-staff deleted a comment from ViniciusSCG Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants
@mvoodarla @jhj0517 and others