I should see DL models in CVAT
After following the instructions, CVAT still cannot find any DL models.
Whenever I open CVAT, it shows an error message

Not sure. Maybe I have missed something in installation?
1.
1.
1.
1.
I want to use auto-segmentation for my segmentation tasks.
git log -1): commit a5b2229039367e05cef7ea0f120bee2e33dd73ee (HEAD -> develop, origin/develop, origin/HEAD)docker version (e.g. Docker 17.0.05): Docker 19.03.12You may join our Gitter channel for community support.
@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.
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.