From 4d904a3ba588ce70070869889f0702d260a57561 Mon Sep 17 00:00:00 2001 From: Andrey Zhavoronkov Date: Thu, 30 Jul 2020 15:24:27 +0300 Subject: [PATCH 1/3] added a couple of questions to the FAQ page --- cvat/apps/documentation/faq.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/cvat/apps/documentation/faq.md b/cvat/apps/documentation/faq.md index d846a093395..8374433a073 100644 --- a/cvat/apps/documentation/faq.md +++ b/cvat/apps/documentation/faq.md @@ -98,4 +98,11 @@ 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 +Follow this [guide](installation.md#windows-10). + +## I do not have the 'Analytics' tabs on the header section, I only have the Tasks tab. how can I add analytics? +You should build CVAT images with ['Analytics' component](../../../components/analytics). + +## How to upload annotations to an entire task from UI when there are multiple jobs in the task? +You can upload annotation for a multi-job task from the Dasboard view or the Task view. +Uploading of annotation from the Annotation view only affects the current job. \ No newline at end of file From f3ac4942cb2e9293ed14c73ab8b4f0c691039672 Mon Sep 17 00:00:00 2001 From: Andrey Zhavoronkov <41117609+azhavoro@users.noreply.github.com> Date: Thu, 30 Jul 2020 15:47:13 +0300 Subject: [PATCH 2/3] Update faq.md --- cvat/apps/documentation/faq.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cvat/apps/documentation/faq.md b/cvat/apps/documentation/faq.md index 8374433a073..d33ce25ac94 100644 --- a/cvat/apps/documentation/faq.md +++ b/cvat/apps/documentation/faq.md @@ -8,6 +8,8 @@ - [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) +- [I do not have the Analytics tab on the header section, I only have the Tasks tab. How can I add analytics](#i-do-not-have-the-analytics-tab-on-the-header-section-i-only-have-the-tasks-tab-how-can-i-add-analytics) +- [How to upload annotations to an entire task from UI when there are multiple jobs in the task](#how-to-upload-annotations-to-an-entire-task-from-ui-when-there-are-multiple-jobs-in-the-task) ## How to update CVAT Before upgrading, please follow the official docker @@ -100,9 +102,9 @@ 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). -## I do not have the 'Analytics' tabs on the header section, I only have the Tasks tab. how can I add analytics? +## I do not have the Analytics tab on the header section, I only have the Tasks tab. How can I add analytics You should build CVAT images with ['Analytics' component](../../../components/analytics). -## How to upload annotations to an entire task from UI when there are multiple jobs in the task? +## How to upload annotations to an entire task from UI when there are multiple jobs in the task You can upload annotation for a multi-job task from the Dasboard view or the Task view. -Uploading of annotation from the Annotation view only affects the current job. \ No newline at end of file +Uploading of annotation from the Annotation view only affects the current job. From 018d5aaeebe7185686462b66f8a87f7c76e8db57 Mon Sep 17 00:00:00 2001 From: Andrey Zhavoronkov <41117609+azhavoro@users.noreply.github.com> Date: Thu, 30 Jul 2020 16:24:27 +0300 Subject: [PATCH 3/3] Update faq.md --- cvat/apps/documentation/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cvat/apps/documentation/faq.md b/cvat/apps/documentation/faq.md index d33ce25ac94..396c9ab44ab 100644 --- a/cvat/apps/documentation/faq.md +++ b/cvat/apps/documentation/faq.md @@ -8,7 +8,7 @@ - [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) -- [I do not have the Analytics tab on the header section, I only have the Tasks tab. How can I add analytics](#i-do-not-have-the-analytics-tab-on-the-header-section-i-only-have-the-tasks-tab-how-can-i-add-analytics) +- [I do not have the Analytics tab on the header section. How can I add analytics](#i-do-not-have-the-analytics-tab-on-the-header-section-how-can-i-add-analytics) - [How to upload annotations to an entire task from UI when there are multiple jobs in the task](#how-to-upload-annotations-to-an-entire-task-from-ui-when-there-are-multiple-jobs-in-the-task) ## How to update CVAT @@ -102,7 +102,7 @@ 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). -## I do not have the Analytics tab on the header section, I only have the Tasks tab. How can I add analytics +## I do not have the Analytics tab on the header section. How can I add analytics You should build CVAT images with ['Analytics' component](../../../components/analytics). ## How to upload annotations to an entire task from UI when there are multiple jobs in the task