Skip to content
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

CVAT installed on a server - Could not fetch models meta information #5594

Closed
DP1701 opened this issue Jan 17, 2023 · 7 comments
Closed

CVAT installed on a server - Could not fetch models meta information #5594

DP1701 opened this issue Jan 17, 2023 · 7 comments
Labels
need info Need more information to investigate the issue

Comments

@DP1701
Copy link

DP1701 commented Jan 17, 2023

Hello all,

we have a speed problem with CVAT when we have installed it on a server.

The following constellation:

  • Docker is on a Linux server (Docker 20.10.21, Ubuntu 20.04)
  • The virtual machine is assigned 8 cores and 32 GB Ram
  • Everything is installed on an SSD
  • Images (CVAT data files) are stored on a NAS with a 1 GBit connection

Login works fine but it takes a long time to load the projects or tasks. This message also appears frequently:

Could not fetch models meta information - Open the Browser Console to get details

Console output:

Bildschirmfoto 2023-01-12 um 15 06 37

Does anyone have a tip on what the problem might be, or instructions on how best to install CVAT on a server?

@azhavoro
Copy link
Contributor

please attach logs from cvat_server container: docker logs cvat_server > cvat.log

@azhavoro azhavoro added the need info Need more information to investigate the issue label Jan 17, 2023
@DP1701
Copy link
Author

DP1701 commented Jan 18, 2023

@azhavoro
Here are the logs:

cvat_logs.txt

I had the message today 18.01. at 9:15 a.m. and yesterday at 12 p.m.

@DP1701
Copy link
Author

DP1701 commented Jan 23, 2023

@azhavoro Is there anything noted in the log file that indicates the problem?

@DP1701
Copy link
Author

DP1701 commented Jan 23, 2023

Maybe for info, which CVAT version we have installed on the server.
Version

@azhavoro
Copy link
Contributor

Hi, sorry for the late reply

This is the same issue #4720

As workarround in you case you can define new volume and just mount to /home/django/data/cache path like this:

services:
  cvat_server:
    volumes:
      - cvat_cache:/home/django/data/cache
  cvat_worker_export:
    volumes:
      - cvat_cache:/home/django/data/cache

  cvat_worker_annotation:
    volumes:
      - cvat_cache:/home/django/data/cache

volumes:
  cvat_cache:

@DP1701
Copy link
Author

DP1701 commented Feb 24, 2023

Thanks for the help. The server is working fine now.

@DP1701 DP1701 closed this as completed Feb 24, 2023
@315386775
Copy link

315386775 commented May 15, 2023

@azhavoro i have some issue. My version :

Server version: 2.5
Core version: 9.1.0
Canvas version: 2.16.5
UI version: 1.51.0

My cvat.log

cvat.log

Startup comand:

docker-compose -f docker-compose.yml -f components/analytics/docker-compose.analytics.yml up -d --build

how to slove that. tks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need info Need more information to investigate the issue
Projects
None yet
Development

No branches or pull requests

3 participants