-
Notifications
You must be signed in to change notification settings - Fork 3k
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 item "Creating an annotation task" in User Guide #1363
Changes from 60 commits
2a78dfb
b69fa50
15588bc
f2e92a9
a167232
107ffc9
ccb58ec
b24bf5b
f0b878c
b8b7761
fba03a8
93cbcde
f496874
62f6306
45c1add
857d206
fb57b2e
2345f52
fb67a52
80cdb6a
4c0e1fa
de45cc2
80d0855
175c5f3
8ff0e06
5ab6e03
bdf7b74
a871331
299a2e7
dadd30d
54d17b5
63c2d1a
4704b00
72072dd
d582349
6fe48c6
057a8b8
bccbde9
d417d24
d85b85f
9c3accb
3ec9485
8df45cc
241e35f
6dde18d
99be418
1d0063a
a42f022
1546e81
aa3f677
e84facd
d6e0791
cfc7559
6d35976
bb36340
e5a9c4d
525dc15
d36079f
0f13df9
9d9fcc6
e405903
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,6 +147,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. | ||
|
@@ -182,9 +184,18 @@ 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. | ||
**Frame Step**. 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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you please check that we still need step=25 instead of 25? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @nmanovic Yes, 25 is too much. Maybe make this text: There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I mean that the correct value for the field should be There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @bsekachev , could you please clarify? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
||
**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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @azhavoro , could you please confirm that we support chunks of size 1? |
||
|
||
**Dataset Repository**. URL link of the repository optionally specifies the path to the repository for storage | ||
(``default: annotation / <dump_file_name> .zip``). | ||
The .zip and .xml file extension of annotation are supported. | ||
|
@@ -232,7 +243,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. | ||
|
@@ -269,7 +280,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) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@azhavoro , could you please work with Timur to resolve the unclear description? We wanted to update it in the UI as well.