@@ -34,11 +34,9 @@ ________
3434.. autofunction :: superannotate.get_folder_metadata
3535.. autofunction :: superannotate.create_folder
3636.. autofunction :: superannotate.delete_folders
37- .. autofunction :: superannotate.rename_folder
3837.. autofunction :: superannotate.upload_images_to_project
3938.. autofunction :: superannotate.attach_image_urls_to_project
4039.. autofunction :: superannotate.upload_images_from_public_urls_to_project
41- .. autofunction :: superannotate.upload_images_from_s3_bucket_to_project
4240.. autofunction :: superannotate.attach_document_urls_to_project
4341.. autofunction :: superannotate.upload_image_to_project
4442.. autofunction :: superannotate.delete_annotations
@@ -51,10 +49,7 @@ ________
5149.. autofunction :: superannotate.upload_annotations_from_folder_to_project
5250.. autofunction :: superannotate.upload_preannotations_from_folder_to_project
5351.. autofunction :: superannotate.share_project
54- .. autofunction :: superannotate.unshare_project
5552.. autofunction :: superannotate.get_project_settings
56- .. autofunction :: superannotate.set_project_settings
57- .. autofunction :: superannotate.get_project_default_image_quality_in_editor
5853.. autofunction :: superannotate.set_project_default_image_quality_in_editor
5954.. autofunction :: superannotate.get_project_workflow
6055.. autofunction :: superannotate.set_project_workflow
@@ -77,34 +72,22 @@ ______
7772
7873.. _ref_search_images :
7974.. autofunction :: superannotate.search_images
80- .. autofunction :: superannotate.search_images_all_folders
8175.. autofunction :: superannotate.get_image_metadata
82- .. autofunction :: superannotate.get_image_bytes
8376.. autofunction :: superannotate.download_image
8477.. autofunction :: superannotate.set_image_annotation_status
8578.. autofunction :: superannotate.set_images_annotation_statuses
8679.. autofunction :: superannotate.get_image_annotations
87- .. autofunction :: superannotate.get_image_preannotations
8880.. autofunction :: superannotate.download_image_annotations
89- .. autofunction :: superannotate.download_image_preannotations
9081.. autofunction :: superannotate.upload_image_annotations
9182.. autofunction :: superannotate.copy_image
9283.. autofunction :: superannotate.copy_images
93- .. autofunction :: superannotate.move_image
9484.. autofunction :: superannotate.move_images
9585.. autofunction :: superannotate.pin_image
9686.. autofunction :: superannotate.assign_images
97- .. autofunction :: superannotate.delete_image
9887.. autofunction :: superannotate.delete_images
9988.. autofunction :: superannotate.add_annotation_bbox_to_image
100- .. autofunction :: superannotate.add_annotation_polygon_to_image
101- .. autofunction :: superannotate.add_annotation_polyline_to_image
10289.. autofunction :: superannotate.add_annotation_point_to_image
103- .. autofunction :: superannotate.add_annotation_ellipse_to_image
104- .. autofunction :: superannotate.add_annotation_template_to_image
105- .. autofunction :: superannotate.add_annotation_cuboid_to_image
10690.. autofunction :: superannotate.add_annotation_comment_to_image
107- .. autofunction :: superannotate.create_fuse_image
10891
10992----------
11093
@@ -114,7 +97,6 @@ __________________
11497.. autofunction :: superannotate.create_annotation_class
11598.. _ref_create_annotation_classes_from_classes_json :
11699.. autofunction :: superannotate.create_annotation_classes_from_classes_json
117- .. autofunction :: superannotate.get_annotation_class_metadata
118100.. autofunction :: superannotate.search_annotation_classes
119101.. autofunction :: superannotate.download_annotation_classes_json
120102.. autofunction :: superannotate.delete_annotation_class
@@ -126,21 +108,15 @@ _________________
126108
127109.. autofunction :: superannotate.get_team_metadata
128110.. autofunction :: superannotate.invite_contributor_to_team
129- .. autofunction :: superannotate.delete_contributor_to_team_invitation
130111.. autofunction :: superannotate.search_team_contributors
131112
132113----------
133114
134115Neural Network
135116_______________
136117
137- .. autofunction :: superannotate.delete_model
138118.. autofunction :: superannotate.download_model
139- .. autofunction :: superannotate.plot_model_metrics
140119.. autofunction :: superannotate.run_prediction
141- .. autofunction :: superannotate.run_segmentation
142- .. autofunction :: superannotate.run_training
143- .. autofunction :: superannotate.stop_model_training
144120.. autofunction :: superannotate.search_models
145121
146122----------
@@ -301,7 +277,6 @@ _________________________________________________________________
301277.. autofunction :: superannotate.import_annotation
302278.. autofunction :: superannotate.export_annotation
303279.. autofunction :: superannotate.convert_project_type
304- .. autofunction :: superannotate.coco_split_dataset
305280.. autofunction :: superannotate.convert_json_version
306281
307282
@@ -311,19 +286,9 @@ _________________________________________________________________
311286Working with annotations
312287________________________
313288
314- .. _ref_add_annotation_bbox_to_json :
315- .. autofunction :: superannotate.validate_annotations
316- .. autofunction :: superannotate.add_annotation_bbox_to_json
317- .. autofunction :: superannotate.add_annotation_polygon_to_json
318- .. autofunction :: superannotate.add_annotation_polyline_to_json
319- .. autofunction :: superannotate.add_annotation_point_to_json
320- .. autofunction :: superannotate.add_annotation_ellipse_to_json
321- .. autofunction :: superannotate.add_annotation_template_to_json
322- .. autofunction :: superannotate.add_annotation_cuboid_to_json
323- .. autofunction :: superannotate.add_annotation_comment_to_json
324289.. _ref_aggregate_annotations_as_df :
290+ .. autofunction :: superannotate.validate_annotations
325291.. autofunction :: superannotate.aggregate_annotations_as_df
326- .. autofunction :: superannotate.df_to_annotations
327292
328293----------
329294
@@ -337,6 +302,5 @@ _____________________________________________________________
337302Utility functions
338303--------------------------------
339304
340- .. autofunction :: superannotate.dicom_to_rgb_sequence
341305.. autofunction :: superannotate.consensus
342306.. autofunction :: superannotate.benchmark
0 commit comments