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

Update items Annotation mode and Interpolation mode in User guide #1556

Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 12 additions & 10 deletions cvat/apps/documentation/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@
- [Objects sidebar](#objects-sidebar)
- [Objects](#objects)
- [Labels](#labels)
- [Bottom side panel](#bottom-side-panel)
- [Fullscreen player mode](#fullscreen-player-mode)
- [Annotation mode (advanced)](#annotation-mode-advanced)
- [Interpolation mode (advanced)](#interpolation-mode-advanced)
- [Shape mode (advanced)](#shape-mode-advanced)
- [Track mode (advanced)](#track-mode-advanced)
- [Attribute annotation mode (advanced)](#attribute-annotation-mode-advanced)
- [Annotation with box by 4 points](#annotation-with-box-by-4-points)
- [Annotation with polygons](#annotation-with-polygons)
Expand Down Expand Up @@ -932,7 +930,7 @@ Enables / disables the display of auxiliary perspective lines. Only relevant for

Basic operations in the mode were described in section [shape mode (basics)](#shape-mode-basics).

**Occluded**
**Occluded**
Occlusion is an attribute used if an object is occluded by another object or
isn't fully visible on the frame. Use ``Q`` shortcut to set the property
quickly.
Expand All @@ -951,19 +949,23 @@ by accident. Shortcut: ``L``.

![](static/documentation/images/image066.jpg)

## Interpolation mode (advanced)
## Track mode (advanced)

Basic operations in the mode were described above.
Basic operations in the mode were described in section [track mode (basics)](#track-mode-basics).

Bounding boxes that were created in the mode, have extra navigation buttons.
- These buttons help to jump to previous/next key frame.
Shapes that were created in the track mode, have extra navigation buttons.
- These buttons help to jump to the previous/next keyframe.

![](static/documentation/images/image056.jpg)

- The button helps to jump to initial frame for the object (first bounding box for the track).
- The button helps to jump to the initial frame and to the last keyframe.

![](static/documentation/images/image057.jpg)

You can use the `` Split '' function to split one track into two tracks:

![](static/documentation/images/gif010_DETRAC.gif)

## Attribute annotation mode (advanced)

Basic operations in the mode was described above.
Expand Down