diff --git a/cvat/apps/documentation/static/documentation/images/image005.jpg b/cvat/apps/documentation/static/documentation/images/image005.jpg index 5916feb1..fdbb6769 100644 Binary files a/cvat/apps/documentation/static/documentation/images/image005.jpg and b/cvat/apps/documentation/static/documentation/images/image005.jpg differ diff --git a/cvat/apps/documentation/static/documentation/images/image007_detrac.jpg b/cvat/apps/documentation/static/documentation/images/image007_detrac.jpg index 49c07ab6..9852c669 100644 Binary files a/cvat/apps/documentation/static/documentation/images/image007_detrac.jpg and b/cvat/apps/documentation/static/documentation/images/image007_detrac.jpg differ diff --git a/cvat/apps/documentation/static/documentation/images/image051.jpg b/cvat/apps/documentation/static/documentation/images/image051.jpg index c3fef5ea..8ad21860 100644 Binary files a/cvat/apps/documentation/static/documentation/images/image051.jpg and b/cvat/apps/documentation/static/documentation/images/image051.jpg differ diff --git a/cvat/apps/documentation/static/documentation/images/image123.jpg b/cvat/apps/documentation/static/documentation/images/image123.jpg index 31f46bad..3361baf7 100644 Binary files a/cvat/apps/documentation/static/documentation/images/image123.jpg and b/cvat/apps/documentation/static/documentation/images/image123.jpg differ diff --git a/cvat/apps/documentation/static/documentation/images/image124.jpg b/cvat/apps/documentation/static/documentation/images/image124.jpg index 44abc270..f1479100 100644 Binary files a/cvat/apps/documentation/static/documentation/images/image124.jpg and b/cvat/apps/documentation/static/documentation/images/image124.jpg differ diff --git a/cvat/apps/documentation/static/documentation/images/image125.jpg b/cvat/apps/documentation/static/documentation/images/image125.jpg index b23d3251..60c09c03 100644 Binary files a/cvat/apps/documentation/static/documentation/images/image125.jpg and b/cvat/apps/documentation/static/documentation/images/image125.jpg differ diff --git a/cvat/apps/documentation/static/documentation/images/image126.jpg b/cvat/apps/documentation/static/documentation/images/image126.jpg index 63234367..1b9c4a69 100644 Binary files a/cvat/apps/documentation/static/documentation/images/image126.jpg and b/cvat/apps/documentation/static/documentation/images/image126.jpg differ diff --git a/cvat/apps/documentation/static/documentation/images/image133.jpg b/cvat/apps/documentation/static/documentation/images/image133.jpg index eafc5052..f869057f 100644 Binary files a/cvat/apps/documentation/static/documentation/images/image133.jpg and b/cvat/apps/documentation/static/documentation/images/image133.jpg differ diff --git a/cvat/apps/documentation/user_guide.md b/cvat/apps/documentation/user_guide.md index f135b671..1fe4c7a2 100644 --- a/cvat/apps/documentation/user_guide.md +++ b/cvat/apps/documentation/user_guide.md @@ -100,7 +100,7 @@ Go to the [Django administration panel](http://localhost:8080/admin). There you - The ``Constructor`` is a simple way to add and adjust labels. To add a new label click the ``Add label`` button. ![](static/documentation/images/image123.jpg) - You can set a name of the label in the ``Label name`` field. + You can set a name of the label in the ``Label name`` field and choose a color for each label. ![](static/documentation/images/image124.jpg) @@ -705,9 +705,6 @@ Button assignment: - [MS COCO](http://cocodataset.org/#format-data) - [YOLO](https://pjreddie.com/darknet/yolo/) - ``Open the task`` — opens a page with details about the task. -- ``Run ReID merge`` — automatic merge of shapes or tracks. - It is used to combine individual objects - created by automatic annotation in a single track. - For more information click [here](cvat/apps/reid/README.md). #### Save Work Saves annotations for the current job. The button has an indication of the saving process. @@ -1353,12 +1350,14 @@ You can find the list of available models in the ``Models`` section. ![](static/documentation/images/gif014_detrac.gif) -1. Separated bounding boxes can be edited by removing false positives, adding unlabeled objects and - merging into tracks using ``ReID merge`` function. Click the ``ReID merge`` button in the menu. - You can use the default settings (for more information click [here](cvat/apps/reid/README.md)). - To launch the merging process click ``Merge``. Each frame of the track will be a key frame. +1. You can combine separate bounding boxes into tracks using the ``Person reidentification `` model. + To do this, click on the automatic annotation item in the action menu again and select the model + of the ``ReID`` type (in this case the ``Person reidentification`` model). + You can set the following parameters: + - Model ``Threshold`` is a maximum cosine distance between objects’ embeddings. + - ``Maximum distance`` defines a maximum radius that an object can diverge between adjacent frames. - ![](static/documentation/images/image133.jpg) + ![](static/documentation/images/image133.jpg) 1. You can remove false positives and edit tracks using ``Split`` and ``Merge`` functions.