cvat-opencv
cvat-opencv copied to clipboard
Serverless / Automatic Annotation Installation Error (BUG)
My actions before raising this issue
hey, guys I just wondering about this error, is there a step that I'm missing while deploying the model using nuctl.
Expected Behaviour
20.07.17 12:05:23.377 nuctl (I) Deploying function {"name": ""} 20.07.17 12:05:23.378 nuctl (I) Building {"versionInfo": "Label: 1.4.8, Git commit: 238d4539ac7783896d6c414535d0462b5f4cbcf1, OS: darwin, Arch: amd64, Go version: go1.14.3", "name": ""} 20.07.17 12:05:23.590 nuctl (I) Cleaning up before deployment 20.07.17 12:05:23.694 nuctl (I) Function already exists, deleting 20.07.17 12:05:24.271 nuctl (I) Staging files and preparing base images 20.07.17 12:05:24.274 nuctl (I) Building processor image {"imageName": "cvat/openvino.omz.public.yolo-v3-tf:latest"} 20.07.17 12:05:24.274 nuctl.platform.docker (I) Pulling image {"imageName": "quay.io/nuclio/handler-builder-python-onbuild:1.4.8-amd64"} 20.07.17 12:05:27.432 nuctl.platform.docker (I) Pulling image {"imageName": "quay.io/nuclio/uhttpc:0.0.1-amd64"} 20.07.17 12:05:31.462 nuctl.platform (I) Building docker image {"image": "cvat/openvino.omz.public.yolo-v3-tf:latest"} 20.07.17 12:05:32.798 nuctl.platform (I) Pushing docker image into registry {"image": "cvat/openvino.omz.public.yolo-v3-tf:latest", "registry": ""} 20.07.17 12:05:32.798 nuctl.platform (I) Docker image was successfully built and pushed into docker registry {"image": "cvat/openvino.omz.public.yolo-v3-tf:latest"} 20.07.17 12:05:32.798 nuctl (I) Build complete 20.07.17 12:05:35.452 nuctl (I) Function deploy complete {"httpPort": 57308}
Current Behaviour
Steps to Reproduce (for bugs)
1.nuctl create project cvat
2.nuctl deploy --project-name cvat
--path serverless/openvino/dextr/nuclio
--volume pwd
/serverless/common:/opt/nuclio/common
--platform local
3.step no 2 working fine
4.nuctl deploy --project-name cvat
--path serverless/openvino/omz/public/yolo-v3-tf/nuclio
--volume pwd
/serverless/openvino/common:/opt/nuclio/common
--platform local
5. i got problem with step no 4
Context
Development working fine without models deploy , but I cant try the auto annotation which I think this is very usefull
Your Environment
- Python 3.8
- Nuclio 1.5.16
- Docker 20.10.12
- Ubuntu 20
@bsekachev
Same issue
Thank you for report, need to investigate