Cvat: Could not get models from the server

Created on 30 Sep 2020  路  4Comments  路  Source: openvinotoolkit/cvat

My actions before raising this issue

Expected Behaviour

I should see DL models in CVAT

Current Behaviour

After following the instructions, CVAT still cannot find any DL models.
Whenever I open CVAT, it shows an error message
Screenshot from 2020-09-30 12-13-44

Possible Solution

Not sure. Maybe I have missed something in installation?

Steps to Reproduce (for bugs)


1.
1.
1.
1.

Context

I want to use auto-segmentation for my segmentation tasks.

Your Environment

  • Git hash commit (git log -1): commit a5b2229039367e05cef7ea0f120bee2e33dd73ee (HEAD -> develop, origin/develop, origin/HEAD)
  • Docker version docker version (e.g. Docker 17.0.05): Docker 19.03.12
  • Are you using Docker Swarm or Kubernetes? No
  • Operating System and version (e.g. Linux, Windows, MacOS): Linux Ubuntu 20.04
  • Code example or link to GitHub repo or gist to reproduce problem:
  • Other diagnostic information / logs:

    Some logs are in txt
    error_dl_models.txt

Next steps

You may join our Gitter channel for community support.

documentation

Most helpful comment

@azhavoro Thanks for the reply. Including the docker-compose command you mentioned solves the problem and I can see the models now.

One suggestion: Do you think it makes sense to include the docker-compose command docker-compose -f docker-compose.yml -f components/serverless/docker-compose.serverless.yml up -d" into the instruction of Semi-automatic and automatic annotation? Or at least a link to that webpage? For myself, I checked the instructions again and again but had never thought I should include another docker-compose command from a different webpage.

All 4 comments

@yanmu2017 Hi, I cannot see running nuclio container (the name is serverless) on 8070 port in the docker ps output. Did you include docker-compose.serverless.yml config file to the docker-compose command as described here: https://github.com/openvinotoolkit/cvat/tree/develop/components/serverless?

@azhavoro Thanks for the reply. Including the docker-compose command you mentioned solves the problem and I can see the models now.

One suggestion: Do you think it makes sense to include the docker-compose command docker-compose -f docker-compose.yml -f components/serverless/docker-compose.serverless.yml up -d" into the instruction of Semi-automatic and automatic annotation? Or at least a link to that webpage? For myself, I checked the instructions again and again but had never thought I should include another docker-compose command from a different webpage.

@azhavoro Thanks for the reply. Including the docker-compose command you mentioned solves the problem and I can see the models now.

One suggestion: Do you think it makes sense to include the docker-compose command docker-compose -f docker-compose.yml -f components/serverless/docker-compose.serverless.yml up -d" into the instruction of Semi-automatic and automatic annotation? Or at least a link to that webpage? For myself, I checked the instructions again and again but had never thought I should include another docker-compose command from a different webpage.

馃憤 I believe that need to update the installation guide and think it's better to add the both things: compose command and link to the serverless component. Could you please prepare the PR?

@yanmu2017 I run the command docker-compose -f docker-compose.yml -f components/serverless/docker-compose.serverless.yml up -d锛宐ut cvat still cannot find any DL models.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mattavallone picture mattavallone  路  5Comments

MahdiEsf picture MahdiEsf  路  3Comments

philippschw picture philippschw  路  5Comments

syonekura picture syonekura  路  4Comments

AI-sd picture AI-sd  路  6Comments