File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,8 @@ To upload preannotations from folder to project use:
9696.. code-block :: bash
9797
9898 superannotate upload-preannotations --project < project_name> --folder < folder_path>
99- [--format " COCO" or " SA" ] [--dataset-name " <dataset_name_for_COCO_projects>" ]
99+ [--format " COCO" or " SuperAnnotate" ]
100+ [--dataset-name " <dataset_name_for_COCO_projects>" ]
100101 [--task " <task_type_for_COCO_projects>]
101102
102103
@@ -115,11 +116,12 @@ To upload annotations from folder to project use:
115116.. code-block:: bash
116117
117118 superannotate upload-annotations --project <project_name> --folder <folder_path>
118- [--format " COCO" or " SA" ] [--dataset-name " < dataset_name_for_COCO_projects> " ]
119+ [--format " COCO" or " SuperAnnotate" ]
120+ [--dataset-name " < dataset_name_for_COCO_projects> " ]
119121 [--task " < task_type_for_COCO_projects> ]
120122
121- Optional argument *format * accepts input preannotation format. It can have COCO or SuperAnnotate values.
122- If the argument is not given then SuperAnnotate (the native preannotation format) assumed.
123+ Optional argument *format * accepts input annotation format. It can have COCO or SuperAnnotate values.
124+ If the argument is not given then SuperAnnotate (the native annotation format) assumed.
123125
124126----------
125127
Original file line number Diff line number Diff line change 1- __version__ = "2.3.2 "
1+ __version__ = "2.3.3 "
You can’t perform that action at this time.
0 commit comments