File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -4690,6 +4690,13 @@ def execute_auto_annotation_job(
46904690 Execute auto-annotation job.
46914691
46924692 project is slug of your project (Required).
4693+ model_name is name of the model (Required). You can choose Japanese or English name.
4694+ update_existing is whether to update existing annotations (Optional).
4695+ confidence_threshold is a threshold of confidence (Optional).
4696+ use_tta is whether to use test time augmentation (Optional).
4697+ use_flip is whether to use flip augmentation (Optional).
4698+ processing_speed is a speed of processing. processing_speed can be 'low', 'medium', 'high' (Optional).
4699+ auto_creation specifies whether to automatically create annotation classes and mappings (Optional).
46934700 """
46944701 endpoint = "auto-annotations"
46954702 payload = {
You can’t perform that action at this time.
0 commit comments