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
:param from_s3_bucket: AWS S3 bucket to use. If None then folder_path is in local filesystem
46
46
:type from_s3_bucket: str
47
-
: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.
48
-
:type image_quality_in_editor: int
47
+
:param image_quality_in_editor: image quality be seen in SuperAnnotate web annotation editor.
48
+
Can be either "compressed" or "original". If None then the default value in project settings will be used.
: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.
506
-
:type image_quality_in_editor: int
504
+
:param image_quality_in_editor: image quality be seen in SuperAnnotate web annotation editor.
505
+
Can be either "compressed" or "original". If None then the default value in project settings will be used.
506
+
:type image_quality_in_editor: str
507
507
508
508
:return: uploaded and not-uploaded images' filepaths
:param from_s3_bucket: AWS S3 bucket to use. If None then folder_path is in local filesystem
729
729
:type from_s3_bucket: str
730
-
: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.
731
-
:type image_quality_in_editor: int
730
+
:param image_quality_in_editor: image quality be seen in SuperAnnotate web annotation editor.
731
+
Can be either "compressed" or "original". If None then the default value in project settings will be used.
732
+
:type image_quality_in_editor: str
732
733
733
734
:return: uploaded and not-uploaded images' filepaths
:param folder_path: from which folder to upload the images
1373
1373
:type folder_path: str
1374
-
: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
1375
-
:type image_quality_in_editor: int
1374
+
:param image_quality_in_editor: image quality be seen in SuperAnnotate web annotation editor.
1375
+
Can be either "compressed" or "original". If None then the default value in project settings will be used.
0 commit comments