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

Documentation update, added information about trackers #3754

Merged
merged 6 commits into from
Oct 7, 2021
Merged
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ description: 'Information about the installation of components needed for semi-a
- The number of GPU deployed functions will be limited to your GPU memory.
- See [deploy_gpu.sh](https://github.com/openvinotoolkit/cvat/blob/develop/serverless/deploy_gpu.sh)
script for more examples.
- For some models (namely [SiamMask](/docs/manual/advanced/ai-tools#trackers) you need an [Nvidia driver](https://www.nvidia.com/en-us/drivers/unix/)
version greater than or equal to 450.80.02.
bsekachev marked this conversation as resolved.
Show resolved Hide resolved

**Note for Windows users:**

Expand Down
26 changes: 26 additions & 0 deletions site/content/en/docs/manual/advanced/ai-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,29 @@ Detectors are used to automatically annotate one frame. Supported DL models are
- This action will automatically annotates one frame.
In the [Automatic annotation](/docs/manual/advanced/automatic-annotation/) section you can read
how to make automatic annotation of all frames.

## Trackers

Trackers are used to automatically annotate an object using bounding box.
Supported DL models are not bound to the label and can be used for any objects.

- Before you start, select the `magic wand` on the controls sidebar and go to the `Trackers` tab.
Then select a label for the object and сlick `Track`. Then annotate the desired objects with the
bounding box in the first frame.

![Start tracking an object](/images/trackers_tab.png)

- All annotated objects will be automatically tracked when you move to the next frame.
For tracking, use `Next` button on the top panel or the `F` button to move on to the next frame.

- You can enable/disable tracking using `tracker switcher` on sidebar.

![Tracker switcher](/images/tracker_switcher.jpg)

- Trackable objects have indication on canvas with a model indication.

![Tracker indication](/images/tracker_indication.png)

- A pop-up window displays information about the number of tracked objects.

![Tracker pop-up window](/images/tracker_pop-up_window.png)
4 changes: 4 additions & 0 deletions site/content/en/docs/manual/basics/objects-sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ You can change the way an object is displayed on a frame (show or hide).

![](/images/image052.jpg)

`Tracker switcher` - enable/disable [tracking](/docs/manual/advanced/ai-tools#trackers) for the object.

![](/images/tracker_switcher.jpg)

By clicking on the `Details` button you can collapse or expand the field with all the attributes of the object.

![](/images/image154.jpg)
Expand Down
Binary file added site/content/en/images/tracker_indication.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/content/en/images/tracker_pop-up_window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/content/en/images/tracker_switcher.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/content/en/images/trackers_tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.