-
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 not returning masks #6036
Comments
I also met these problems, do you slove these problems? |
I doubted that the vesion of CVAT not matched the nuctl. |
Could you please provide response body from the browser console for SAM request? |
The CVAT can return the information of the detection results of images, but the final results didn't display the corrsponding annotation in the CVAT. |
We need some more techical details to undestand the root cause. |
Could you please share the original image you are using? |
Here is the detailed configuration: Copyright (C) 2023 CVAT.ai CorporationSPDX-License-Identifier: MITmetadata: spec: build:
triggers: platform: 2.model_handler.py 3.The file of main.py is not modified 4.deploy_cpu.sh Sample commands to deploy nuclio functions on CPUSCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" ./nuctl create project cvat shopt -s globstar for func_config in "$FUNCTIONS_DIR"/**/function.yaml ./nuctl get function 5.I'm not sure if my cvat matches your version, I'm using version cvat-2.2. |
Should I reinstall the CVAT? Actually, I don't kown why the CVAT didn't return any annotation information. |
And can you share the full response body as a file? |
How did you deploy CVAT? |
I don't konw what is the stacktrace. I just use the code from your repository, and run the code of deploy_cpu.sh. The CVAT version I use is 2.2. I don't know if it has something to do with this? |
Code from our repository does not contain messages: "init content script", "init content app". Also I see fetch request for Please, complete a step-by-step installation of CVAT according to this guide https://opencv.github.io/cvat/docs/getting_started/ depending on your OS. |
Okay, but I still want to see your CVAT web side after using SAM for my reference, and I'm curious why I can't return the relevant tag information on my side. |
Thanks for helping with this, and sorry for my delay. Attached are screenshots of request, response, and pop-up error. I think I was mistaken that the app and the SAM function were communicating, so my error is different from @zhujiajian98
|
Alright, I think this is the same as Issue #6041. Closing this and will follow over there. @zhujiajian98, I think yours is a separate front end problem. |
My actions before raising this issue
I've followed the SAM setup instructions. The function is running and shows up in the Nuclio dashboard; it shows up in the CVAT app's "Interactors" and they're communicating. But, after the response, no masks / segments show up in the CVAT app.
Steps to Reproduce
{"triggersError": "json: unsupported value: encountered a cycle via *http.http"}
This seems similar to something mentioned in Issue 4785, but I'm not sure what @nmanovic means there by updating Nuclio, and the link there is dead. The docs page "Semi-automatic and Automatic Annotation" says "It is important that the version you download matches the version in docker-compose.serverless.yml." Mine does: both are version 1.8.14.
Environment
The text was updated successfully, but these errors were encountered: