-
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
Nuclio Dextr function (AI Tool) not working with latest CVAT version #4548
Comments
@petergro-hub , it should be fixed in the develop branch. Please try. |
@nmanovic Pulling the latest version and setting up with unreleased changes via: |
The annotation now works, however when a "worker" or "user" tries to use the AI tools, the result is: |
@petergro-hub did you solve this? I'm experiencing the same error with a non admin user (with hrnet as interactor) and a 403. |
Now it should work. Could you please check? |
My actions before raising this issue
Expected Behaviour
When using the AI-Tool interactor model "DEXTR", after selecting 4 or more points a polygon should be shown.
Current Behaviour
The selected points just remain as is, no polygons are added, no error is displayed. (No Timeout either after several minutes)
Possible Solution
Steps to Reproduce (for bugs)
docker-compose -f docker-compose.yml -f docker-compose.override.yml -f components/serverless/docker-compose.serverless.yml up -d
(Only volumes are mounted in the override)
./serverless/deploy_cpu.sh
Context
I've used CVAT before the 2.0 upgrade, DEXTR was working fine, after updating to the latest version the issue appeared.
I've tried other AI tools, they work successfully.
DEXTR container logs show a successful call:
processor.http (I) call handler {"worker_id": "1"}
Calling the process through nuclio dashboard POST request
/projects/cvat/functions/openvino-dextr/code
with a custom image, sends back a working set of coordinates of the type:Your Environment
git log -1
): 737ee71docker version
(e.g. Docker 17.0.05): 20.10.14The text was updated successfully, but these errors were encountered: