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

Az/update faq #1967

Merged
merged 3 commits into from
Jul 30, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion cvat/apps/documentation/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just clarification. By default always Tasks and Models are exist.

- [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
Expand Down Expand Up @@ -98,4 +100,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).
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
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.