Automatic annotation using yolov3 gives error

See original GitHub issue

Related to common issue, such as https://github.com/opencv/cvat/issues/2820.

I followed the instructions in the manual. All commands execute properly and the connection to app UI is established. However, when I run:

nuctl deploy --project-name cvat \
  --path serverless/openvino/omz/public/yolo-v3-tf/nuclio \
  --volume `pwd`/serverless/common:/opt/nuclio/common \
  --platform local

it gives me an error:

Error - fork/exec /opt/nuclio/common/openvino/python3: no such file or directory
    ...//nuclio/pkg/processor/runtime/rpc/abstract.go:239

Call stack:
Can't run wrapper
    ...//nuclio/pkg/processor/runtime/rpc/abstract.go:239
Failed to run wrapper
    ...//nuclio/pkg/processor/runtime/rpc/abstract.go:106
Failed to start runtime
    /nuclio/pkg/processor/worker/factory.go:100
Failed to create worker
    /nuclio/pkg/processor/worker/factory.go:119
Failed to create workers
    /nuclio/pkg/processor/worker/factory.go:129

    /nuclio/pkg/platform/local/platform.go:1168
Failed to deploy function
    ...//nuclio/pkg/platform/abstract/platform.go:197

It is interesting to see, that it says: No such file or directory, since the python3 exist on my local machine (I guess something goes wrong when the volume is mapped?). Also, when I open UI and try to use an option: Automatic anotation it throws an error:

Fetching inference status for the [task 2](http://localhost:8080/tasks/2)
Error: Inference status for the task 2 is failed. requests.exceptions.InvalidURL: Failed to parse: http://host.docker.internal:None

My setup:

  • Windows 10 with wsl2
  • git log -1: commit 12a295af72ff65e1c68c47536c761c739680dcd6 (HEAD -> develop, origin/develop, origin/HEAD) Author: Kirill Sizov kirill.sizov@cvat.ai Date: Fri Oct 28 17:11:04 2022 +0300
  • docker version: Docker Desktop 4.13.0 (89412) is currently the newest version available

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
nmanoviccommented, Nov 19, 2022

@janezlapajne , I will close the issue. It looks like we cannot help here anymore.

0reactions
janezlapajnecommented, Nov 3, 2022

To be sincere, I didn’t 😅 Thank you for the suggestion. But to be honest, I will probably try further sometime in the future, since I already invested too much time on it 😊 Anyways, if I figure something out, I will post it here. Thank you for spending your time on this, much appreciated!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Effect of Annotation Errors on Drone Detection with YOLOv3
Missing boxes : A missing box error is simply due to the unavailability of the annotation of a true object. Completely random missing...
Read more >
Effect of Annotation Errors on Drone Detection with YOLOv3
In this work, different types of annotation errors for object detection problem are simulated and the performance of a popular state-of-the-art ...
Read more >
Effect of Annotation Errors on Drone Detection with YOLOv3
Unfortunately, such approaches might result with erroneous annotations. In this work, different types of annotation errors for object detection ...
Read more >
Automatic Annotation of Models for Object Classification in ...
The chosen object detector was YOLOv3, which has a low inference time and high accuracy. This helped with gathering results at a faster...
Read more >
opencv-cvat/public - Gitter
Hello everyone, I was able to set up cvat with auto annotation successfully. I can use the yolo-v3-tf model from openvivo for example....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found