Skip to content

Commit

Permalink
Update item "Creating an annotation task" in User Guide (#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
TOsmanov authored Apr 8, 2020
1 parent 557e308 commit 90740a7
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 4 deletions.
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.
Binary file modified cvat/apps/documentation/static/documentation/images/image123.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 modified cvat/apps/documentation/static/documentation/images/image124.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 modified cvat/apps/documentation/static/documentation/images/image125.jpg
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.
Binary file modified cvat/apps/documentation/static/documentation/images/image128.jpg
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.
21 changes: 17 additions & 4 deletions cvat/apps/documentation/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ Go to the [Django administration panel](http://localhost:8080/admin). There you
The ``Done`` button applies the changes and the ``Reset`` button cancels the changes.
![](static/documentation/images/image126.jpg)

In ``Raw`` and ``Constructor`` mode, you can press the ``Copy`` button to copy the list of labels.

**Select files**. Press tab ``My computer`` to choose some files for annotation from your PC.
If you select tab ``Connected file share`` you can choose files for annotation from your network.
If you select `` Remote source`` , you'll see a field where you can enter a list of URLs (one URL per line).
Expand All @@ -147,6 +149,8 @@ Go to the [Django administration panel](http://localhost:8080/admin). There you
![](static/documentation/images/image128.jpg)

**Z-Order**. Defines the order on drawn polygons. Check the box for enable layered displaying.

**Use zip chunks**. Force to use zip chunks as compressed data. Actual for videos only.

**Image Quality**. Use this option to specify quality of uploaded images.
The option helps to load high resolution datasets faster.
Expand Down Expand Up @@ -182,8 +186,17 @@ Go to the [Django administration panel](http://localhost:8080/admin). There you

**Stop frame**. Frame on which video in task ends.

**Frame Filter**. Use this option to filter video frames.
For example, enter ``step=25`` to leave every twenty fifth frame in the video. Use this option on video files only.
**Frame Step**. Use this option to filter video frames.
For example, enter ``25`` to leave every twenty fifth frame in the video. Use this option on video files only.

**Chunk size**. Defines a number of frames to be packed in a chunk when send from client to server.
Server defines automatically if empty.

Recommended values:
- 1080p or less: 36
- 2k or less: 8 - 16
- 4k or less: 4 - 8
- More: 1 - 4

**Dataset Repository**. URL link of the repository optionally specifies the path to the repository for storage
(``default: annotation / <dump_file_name> .zip``).
Expand Down Expand Up @@ -232,7 +245,7 @@ Go to the [Django administration panel](http://localhost:8080/admin). There you
- [Pascal VOC 2012](http://host.robots.ox.ac.uk/pascal/VOC/)
- [MS COCO](http://cocodataset.org/#format-data)
- [YOLO](https://pjreddie.com/darknet/yolo/)
- ``Auto Annotation`` — automatic annotation with OpenVINO toolkit.
- ``Automatic Annotation`` — automatic annotation with OpenVINO toolkit.
Presence depends on how you build CVAT instance.
- ``Open bug tracker`` — opens a link to Issue tracker.
- ``Delete`` — delete task.
Expand Down Expand Up @@ -269,7 +282,7 @@ Go to the [Django administration panel](http://localhost:8080/admin). There you
1. Follow a link inside ``Jobs`` section to start annotation process.
In some cases, you can have several links. It depends on size of your
task and ``Overlap Size`` and ``Segment Size`` parameters. To improve
UX, only the first several frames will be loaded and you will be able
UX, only the first chunk of several frames will be loaded and you will be able
to annotate first images. Other frames will be loaded in background.

![](static/documentation/images/image007.jpg)
Expand Down

0 comments on commit 90740a7

Please sign in to comment.