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 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
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 at the moment of switching frames and if the previous frame
was a latest keyframe for the object. For tracking, use `F` to switch frame by frame.
afilippx marked this conversation as resolved.
Show resolved Hide resolved

- 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)

- Tracking does not block the UI. A pop-up window displays information about the number of tracked objects.
afilippx marked this conversation as resolved.
Show resolved Hide resolved

![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.