-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Can't run HRNET auto annotations, Connection refused #5744
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
Comments
Same problem happens to us in the online version. |
It works for me when changing those two lines in the function-gpu.yaml:
It seems to rely on an older numpy version. Uninstalling and forcing version 1.20 worked in my case. |
Also #5574 should fix the issue permanently when it is approved and the tests pass. |
No idea how I did not find the pull request.. Thanks for the help |
My actions before raising this issue
Steps to Reproduce (for bugs)
serverless/deploy_gpu.sh serverless/pytorch/saic-vul/hrnet
to install hrnet nuclio containerdocker compose -f docker-compose.yml -f components/serverless/docker-compose.serverless.yml up -d
Expected Behaviour
Have HRNET auto annotations available in CVAT
Current Behaviour
After deploy_gpu.sh nuclio container appears to be ready, however when using auto annotations an error pops up reporting:
Error: Request failed with status code 503. "HTTPConnectionPool(host='host.docker.internal', port=32783): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3730196d30>: Failed to establish a new connection: [Errno 111] Connection refused'))".
When nuclio web ui is checked container is unhealthy. After pressing deploy error pops up saying:
open serverless/pytorch/saic-vul/hrnet/nuclio/function-gpu.yaml: no such file or directory
Tried running a another annotation network (Yolov7) and works without a problem on both gpu and cpu
Possible Solution
Context
Your Environment
Docker version:
Nuclio build log:
The text was updated successfully, but these errors were encountered: