Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

CVAT doesn't see ML models

MattPhillips
Beginner
4,882 Views

I have CVAT up and running locally fine, except that it doesn't see any ML models (for automatic annotation).  I've followed the instructions here

https://github.com/openvinotoolkit/cvat/blob/develop/cvat/apps/documentation/installation.md#semi-automatic-and-automatic-annotation

and also run `serverless/deploy.sh`, but no 'Models' menu item appears in the browser and no models are available for auto-annotation.  `nuctl deploy` appeared to run without error and `nuctl get function` returns 

NAMESPACE | NAME | PROJECT | STATE | NODE PORT | REPLICAS
nuclio | openvino.dextr | cvat | ready | 32774 | 1/1
nuclio | openvino.omz.intel.person-reidentification-retail-0300 | cvat | ready | 32773 | 1/1
nuclio | openvino.omz.intel.text-detection-0004 | cvat | ready | 32771 | 1/1
nuclio | openvino.omz.public.faster_rcnn_inception_v2_coco | cvat | ready | 32768 | 1/1
nuclio | openvino.omz.public.mask_rcnn_inception_resnet_v2_atrous_coco | cvat | ready | 32769 | 1/1
...

 

I'm running this on Ubuntu 20.04.  I don't have a GPU or nvidia drivers on this system, but I've had no problem running PyTorch models in CPU mode in other programs.  Would really appreciate some help, have posted on the CVAT gitter as well but no response yet.

0 Kudos
1 Solution
IntelSupport
Community Manager
4,855 Views

Hi Matthew,

 

Thank you for reaching out to us. Have you include docker-compose.serverless.yml file to your docker-compose command? To accomplish that, you can refer to the command at the following link:

https://github.com/openvinotoolkit/cvat/tree/develop/components/serverless

 

Regards,

Adli


View solution in original post

0 Kudos
3 Replies
IntelSupport
Community Manager
4,856 Views

Hi Matthew,

 

Thank you for reaching out to us. Have you include docker-compose.serverless.yml file to your docker-compose command? To accomplish that, you can refer to the command at the following link:

https://github.com/openvinotoolkit/cvat/tree/develop/components/serverless

 

Regards,

Adli


0 Kudos
MattPhillips
Beginner
4,850 Views

Yes that did it, thanks. Best, Matt

0 Kudos
IntelSupport
Community Manager
4,831 Views

Hi Matt,


This thread will no longer be monitored since this issue has been resolved. If you need any additional information from Intel, please submit a new question. 


Regards,

Adli


0 Kudos
Reply