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

Add item OpenCV in User Guide #2796

Merged
merged 6 commits into from
Feb 12, 2021

Conversation

TOsmanov
Copy link
Contributor

Motivation and context

This PR contains adding item OpenCV and images.
Also updated item controls sidebar and shortcuts
The following measures were taken to solve problem #2765

How has this been tested?

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT

@TOsmanov TOsmanov marked this pull request as ready for review February 11, 2021 15:09
@coveralls
Copy link

coveralls commented Feb 11, 2021

Coverage Status

Coverage remained the same at 69.774% when pulling 750268e on TOsmanov:UG-add-item-OpenCV-tools into f49eec7 on openvinotoolkit:develop.

@@ -1138,6 +1140,40 @@ Detectors are used to automatically annotate one frame. Supported DL models are
- This action will automatically annotates one frame.
In the [Automatic annotation](#automatic-annotation) section you can read how to make automatic annotation of all frames.

## OpenCV

This tools based on Open CV, it is used to create polygons. To work with tool, you need to download it.
Copy link
Contributor

Choose a reason for hiding this comment

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

The tool based on Open CV Computer Vision library which is an open-source product that includes many CV algorithms. Some of these algorithms can be used to simplify the annotation process.

Copy link
Contributor

Choose a reason for hiding this comment

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

First step to work with OpenCV is to load it into CVAT. Click on the toolbar icon, then click Load OpenCV.


Once it is loaded, the tool's functionality will be available.

### Drawing
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
### Drawing
### Intelligent scissors


### Drawing

Drawing is an AI method of creating a polygon by placing points with automatic drawing of a line between them.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Drawing is an AI method of creating a polygon by placing points with automatic drawing of a line between them.
Intelligent scissors is a CV method of creating a polygon by placing points with automatic drawing of a line between them.

@@ -1138,6 +1140,40 @@ Detectors are used to automatically annotate one frame. Supported DL models are
- This action will automatically annotates one frame.
In the [Automatic annotation](#automatic-annotation) section you can read how to make automatic annotation of all frames.

## OpenCV tools

The tool based on [Open CV](https://opencv.org/) Computer Vision library which is an open-source product that includes many CV algorithms. Some of these algorithms can be used to simplify the annotation process.
Copy link
Member

Choose a reason for hiding this comment

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

OpenCV should be written together

@nmanovic nmanovic merged commit 897267c into cvat-ai:develop Feb 12, 2021
kenu pushed a commit to kenu/cvat that referenced this pull request Feb 23, 2021
OpenCV tools: Intelligent scissors documentation

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants