From 81b5a554fcd2b014c565c4a277c887f375de0a96 Mon Sep 17 00:00:00 2001 From: Andrey Zhavoronkov <41117609+azhavoro@users.noreply.github.com> Date: Tue, 14 Jul 2020 14:06:08 +0300 Subject: [PATCH] Added a couple of question to the FAQ page. (#1896) * updated FAQ * codacy --- cvat/apps/documentation/faq.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cvat/apps/documentation/faq.md b/cvat/apps/documentation/faq.md index d81902ca..4271e193 100644 --- a/cvat/apps/documentation/faq.md +++ b/cvat/apps/documentation/faq.md @@ -8,6 +8,8 @@ - [What versions of OpenVINO toolkit are supported](#what-versions-of-openvino-toolkit-are-supported) - [Where are uploaded images/videos stored](#where-are-uploaded-imagesvideos-stored) - [Where are annotations stored](#where-are-annotations-stored) +- [How to mark job/task as completed](#how-to-mark-jobtask-as-completed) +- [How to install CVAT on Windows 10 Home](#how-to-install-cvat-on-windows-10-home) ## How to update CVAT @@ -100,3 +102,11 @@ Annotations are stored in the PostgreSQL database. The database files are stored volumes: - cvat_db:/var/lib/postgresql/data ``` + +## How to mark job/task as completed +The status is set by the user in the [Info window](user_guide.md#info) of the job annotation view. +There are three types of status: annotation, validation or completed. +The status of the job changes the progress bar of the task. + +## How to install CVAT on Windows 10 Home +Follow this [guide](installation.md#windows-10). \ No newline at end of file