Skip to content

Commit 405aab7

Browse files
authored
Update text, images and gif in user_guide.md (#1558)
1 parent 8a8dd39 commit 405aab7

File tree

6 files changed

+19
-14
lines changed

6 files changed

+19
-14
lines changed
Binary file not shown.
Loading
Binary file not shown.
Loading
Loading

cvat/apps/documentation/user_guide.md

+19-14
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
- [Shape mode (advanced)](#shape-mode-advanced)
2525
- [Interpolation mode (advanced)](#interpolation-mode-advanced)
2626
- [Attribute annotation mode (advanced)](#attribute-annotation-mode-advanced)
27-
- [Annotation with box by 4 points](#annotation-with-box-by-4-points)
27+
- [Annotation with rectangle by 4 points](#annotation-with-rectangle-by-4-points)
2828
- [Annotation with polygons](#annotation-with-polygons)
2929
- [Annotation with polylines](#annotation-with-polylines)
3030
- [Annotation with cuboids](#annotation-with-cuboids)
@@ -999,36 +999,41 @@ Bounding boxes that were created in the mode, have extra navigation buttons.
999999

10001000
## Attribute annotation mode (advanced)
10011001

1002-
Basic operations in the mode was described above.
1002+
Basic operations in the mode were described in section [attribute annotation mode (basics)](#attribute-annotation-mode-basics).
10031003

10041004
It is possible to handle lots of objects on the same frame in the mode.
10051005

1006-
![](static/documentation/images/image058.jpg)
1006+
![](static/documentation/images/image058_DETRAC.jpg)
10071007

1008-
It is more convenient to annotate objects of the same type. You can specify
1009-
the appropriate filter in this case. For example, the following filter will
1010-
hide all objects except pedestrians: ``pedestrian``.
1008+
It is more convenient to annotate objects of the same type. In this case you can apply
1009+
the appropriate filter. For example, the following filter will
1010+
hide all objects except person: ``label=="Person"``.
10111011

1012-
To navigate between objects (pedestrians in the case), use the following shortcuts:
1012+
To navigate between objects (person in this case),
1013+
use the following buttons ``switch between objects in the frame`` on the special panel:
1014+
1015+
![](static/documentation/images/image026.jpg)
1016+
1017+
or shortcuts:
10131018
- ``Tab`` — go to the next object
10141019
- ``Shift+Tab`` — go to the previous object.
10151020

1016-
By default, objects in the mode are zoomed. Check
1017-
``Open Menu`` —> ``Settings`` —> ``AAM Zoom Margin`` to adjust that.
1021+
In order to change the zoom level, go to settings (press ``F3``)
1022+
in the workspace tab and set the value Attribute annotation mode (AAM) zoom margin in px.
10181023

1019-
## Annotation with box by 4 points
1024+
## Annotation with rectangle by 4 points
10201025
It is an efficient method of bounding box annotation, proposed
10211026
[here](https://arxiv.org/pdf/1708.02750.pdf).
1022-
Before starting, you need to be sure that ``Box by 4 points`` is selected.
1027+
Before starting, you need to make sure that the drawing method by 4 points is selected.
10231028

10241029
![](static/documentation/images/image134.jpg)
10251030

1026-
Press ``N`` for entering drawing mode. Click exactly four extreme points:
1031+
Press ``Shape`` or ``Track`` for entering drawing mode. Click on four extreme points:
10271032
the top, bottom, left- and right-most physical points on the object.
1028-
Drawing is automatically completed right after clicking the fourth point.
1033+
Drawing will be automatically completed right after clicking the fourth point.
10291034
Press ``Esc`` to cancel editing.
10301035

1031-
![](static/documentation/images/gif016.gif)
1036+
![](static/documentation/images/gif016_mapillary_vistas.gif)
10321037

10331038
## Annotation with polygons
10341039

0 commit comments

Comments
 (0)