You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/cli.rst
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,38 @@ scanned for available images.
52
52
53
53
Optional argument *extensions* accepts comma separated list of image extensions to look for. If the argument is not given then value *jpg,png* is assumed.
:param annotation_status: value to set the annotation statuses of the uploaded images NotStarted InProgress QualityCheck Returned Completed Skipped
415
415
:type annotation_status: str
416
-
:param image_quality_in_editor: image quality (in percents) that will be seen in SuperAnnotate web annotation editor. If None default value will be used.
417
-
:type image_quality_in_editor: int
416
+
:param image_quality_in_editor: image quality be seen in SuperAnnotate web annotation editor.
417
+
Can be either "compressed" or "original". If None then the default value in project settings will be used.
418
+
:type image_quality_in_editor: str
418
419
419
420
:return: uploaded and not-uploaded video frame images' filenames
0 commit comments