-
Notifications
You must be signed in to change notification settings - Fork 23
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
Is it possible to make the inference a bit more faster? #2
Comments
The execution speed is heavily dependent on the make generator algorithm in Segment Anything, which runs 1024 predictions per a single image. We have two solutions:
|
Thanks for the reply. Using a smaller model is helpful. |
I made a new algorithm that runs fast on CPU. |
Looks cool! |
@CriusFission it already does 64 batched inferences at once. FYI: |
I meant running multiple images at a time in different cores. |
As for this repository, you can run multiple gradio apps at once. |
FYI, we opened the demo pages on hugging face spaces!
|
Hi, @Curt-Park, thanks for sharing your work. I'm trying to run this on a bunch of images in a folder. It contains around 100 images. It takes a few hours on my RTX 3070. Is it possible to make it a bit faster?
The text was updated successfully, but these errors were encountered: