-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Conversation
@@ -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. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Drawing | |
### Intelligent scissors |
|
||
### Drawing | ||
|
||
Drawing is an AI method of creating a polygon by placing points with automatic drawing of a line between them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
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
OpenCV tools: Intelligent scissors documentation Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
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
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.