how to install CVAT

CVAT uses Docker Compose to manage multiple containers. Install it using the following commands:

1
2
sudo pacman -S docker-compose
docker-compose --version

then we should clone the repository:

1
2
git clone https://github.com/openvinotoolkit/cvat.git
cd cvat

export parameter in .bashrc:

1
2
export CVAT_HOST=FQDN_or_YOUR-IP-ADDRESS

set up CVAT with docker-compose:

1
docker-compose up -d

(maybe should try much more times)

run follow command to create a superuser:

1
docker exec -it cvat_server bash -ic 'python3 ~/manage.py createsuperuser'

(google-chrome is the only broswer that CVAT supports )

and this command to shutdown:

1
docker-compose down

use google-chrome-stable to open:

1
127.0.0.1:8080

to use CVAT together, and more info on portal:https://docs.cvat.ai/docs/administration/basics/installation/

side occupation homepage

click here to come back to side occupation
homepage.