-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
SAM model takes too long to return remotely with low internet bandwidth #6094
Comments
Hello, You can try this patch #6019. The problem is solved there. |
Hi, thank you for your response, I tried the latest version of that branch and for the most part it seemed that the points weren't being returned when I clicked on something, and at times it returned some points but with the wrong selection, and I could still see 24MB being transferred. |
Hello again, a couple of moments. Client part should be built with additional argument, like Serverless function is also must be rebuild with |
Hi, thank you for the follow up, I have tried it again but I got the same error in the ui: "TypeError: Cannot read properties of undefined (reading 'length')" Steps to reproduce
Then using the sam model in the ui I get: |
This command does not rebuild CVAT. Need add Try this:
Also, please share the commit hash you are trying to build from. |
Hi, yeah, that worked, and this now works so much better, it takes a little longer the first time but then for any succeeding ones it works instantly, thank you |
Great, the first time image embeddings are calculated. Keep look on this PR, it is improving continiously. |
My actions before raising this issue
I have installed CVAT with the SAM model successfully on a server, and made sure it runs on the GPU, which is an RTX 3090, my upload speed to this server is 35Mbps and download speed is about 6Mbps,
Steps to Reproduce (for bugs)
Expected Behaviour
It shouldn't take this long to return the result when using remotely.
Current Behaviour
It takes a long time when using it remotely, and 24MB seems to me far too much for a couple of points, but even so at 35mbps it should only take about 6 seconds
Context
My connection to this machine is using Tailscale and the network connection is a bit poor but even so it shouldn't take that long it should only take about 6 seconds in theory,
The text was updated successfully, but these errors were encountered: