openvino/cvat_ui

By openvino

Updated almost 3 years ago

Computer Vision Annotation Tool (CVAT) frontend UI image

Image

100K+

Quick reference

What is CVAT?

Computer Vision Annotation Tool (CVAT) is a free, online, interactive video and image annotation tool for computer vision. There is CVAT frontend UI image (cvat_ui).

How to use this image

start a cvat_ui instance

You can run this image with the following command.

docker run -p 80:80 --name some-cvat-ui -d openvino/cvat_ui

... or via docker-compose

You can use docker-compose config to easily run the latest CVAT release:

git clone https://github.com/opencv/cvat
cd cvat
docker-compose up -d
docker exec -it cvat bash -ic 'python3 ~/manage.py createsuperuser'

Exposed port

80

Environment Variables

There are no specific environment variables.

Licenses

LEGAL NOTICE: By accessing, downloading or using this software and any required dependent software (the “Software Package”), you agree to the terms and conditions of the software license agreements for the Software Package, which may also include notices, disclaimers, or license terms for third party software included with the Software Package. Please refer to the “third-party-programs.txt” or other similarly-named text file for additional details.

View license information for the software contained in this image.

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses and potential fees for all software contained within. We will have no indemnity or warranty coverage from suppliers.

This software uses libraries from the FFmpeg project.

FFmpeg is an open source framework licensed under LGPL and GPL. See https://www.ffmpeg.org/legal.html. You are solely responsible for determining if your use of FFmpeg requires any additional licenses. Intel is not responsible for obtaining any such licenses, nor liable for any licensing fees due in connection with your use of FFmpeg.

Docker Pull Command

docker pull openvino/cvat_ui