-
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
AI TOOL : Detection error occured #2820
Comments
Hi, Try to re-deploy the model. |
We have fixed the issue on CVAT.org. Could you please specify a task where it doesn't work? I will double check. |
When I run it on the site now, the auto anotation function is running. Thanks for fixing it. May I ask you one more question, I am installing cvat on local. While installing the semi-automation function, the nuctl-linux-1.5.16 version file in git bash is not installed due to the following problems. chmod +x nuctl-linux-1.5.16 Command does not apply. How can this be solved? ./nuctl-1.5.16-linux-amd64 File properties are not changed to executable files. The windows version file is executed, but the semi-automation function cannot be installed because this file cannot be executed. And, among the semi-automation functions in cvat, there is a video that automatically performs segmentation by spotting it. Is this using ai tool or which tool is used? |
I see you try to add executable flag and run different files |
Is there any different file?? my OS : Windows 10, docker, git-bash window... |
You apply |
i tried to chmod +x nuctl-linux-1.5.16.. that doesn't work. chmod: cannot access 'nuctl-linux-1.5.16': No such file or directory |
so i install ubuntu 16.04 cvat.. but i have error message like this (when install => nuctl deploy --project-name cvat 21.02.23 07:54:17.485 cessor.healthcheck.server (I) Listening {"listenAddress": ":8082"} Error - exec: "/opt/nuclio/common/openvino/python3": stat /opt/nuclio/common/openvino/python3: no such file or directory how can i solve??? |
I have version 1.5.16 but still the problem
Maybe I didn't write the correct path?
|
So, what version can be installed to use the Semi-automatic and Automatic Annotation tool? Can I install a lower version? |
nmanovic@nmanovic-dl-node:~/Workspace/synergy-core/build/bin$ nuctl version
Client version:
"Label: 1.5.16, Git commit: ae43a6a560c2bec42d7ccfdf6e8e11a1e3cc3774, OS: linux, Arch: amd64, Go version: go1.14.3" nmanovic@nmanovic-dl-node:~/Workspace/cvat/serverless$ ./deploy_cpu.sh openvino/dextr/
Deploying openvino/dextr function...
21.02.24 14:55:42.932 nuctl (I) Deploying function {"name": ""}
21.02.24 14:55:42.932 nuctl (I) Building {"versionInfo": "Label: 1.5.16, Git commit: ae43a6a560c2bec42d7ccfdf6e8e11a1e3cc3774, OS: linux, Arch: amd64, Go version: go1.14.3", "name": ""}
21.02.24 14:55:43.319 nuctl (I) Cleaning up before deployment {"functionName": "openvino-dextr"}
21.02.24 14:55:43.361 nuctl (I) Staging files and preparing base images
21.02.24 14:55:43.362 nuctl (I) Building processor image {"imageName": "cvat/openvino.dextr:latest"}
21.02.24 14:55:43.363 nuctl.platform.docker (I) Pulling image {"imageName": "quay.io/nuclio/handler-builder-python-onbuild:1.5.16-amd64"}
21.02.24 14:55:48.303 nuctl.platform.docker (I) Pulling image {"imageName": "quay.io/nuclio/uhttpc:0.0.1-amd64"}
21.02.24 14:55:51.749 nuctl.platform (I) Building docker image {"image": "cvat/openvino.dextr:latest"}
.... |
Then a very long log output. The end of the output looks like this:
|
If you find the command in documentation, need to update it. The path to the volume wasn't correct. Please use the command below: nuctl deploy --project-name cvat \
--path serverless/openvino/omz/public/yolo-v3-tf/nuclio \
--volume `pwd`/serverless/common:/opt/nuclio/common \
--platform local Also it is better to use scripts inside serverless directory. They should work out of the box: |
Thank you very much, i did as you said above and it worked
|
i run nuctl version` user01@kmsDeepServer01:~/cvat$ nuctl version user01@kmsDeepServer01:~/cvat/serverless$ ./deploy_cpu.sh openvino/dextr/ wow!! thank you!!!! |
Looks like your localhost wasn't updated. |
Yesterday the fbrs on cvat.org also did not work, maybe something was fixed there? |
@AlexandrMoruk If you use develop branch you should build images with |
@miseonkang , @AlexandrMoruk , I will close the issue. Please don't hesitate to reopen it, if you still can reproduce it on the latest develop branch. P.S. I have checked and FBRS works on CVAT.org now. |
nuctl deploy --project-name cvat Error - exec: "/opt/nuclio/common/openvino/python3": stat /opt/nuclio/common/openvino/python3: no such file or directory Any soltuion |
I am currently testing the work on the CVAT site(cvat.org), and I tried to find cars and people using the automatic detector function using Yolov3 of AI TOOL.
However, the following message appears.
Is there no workaround?
Error: Request failed with status code 500. "500 Server Error: Internal Server Error for url: http://nuclio:8070/api/function_invocations".
The text was updated successfully, but these errors were encountered: