Skip to content

Commit b01539f

Browse files
committed
コメント修正
1 parent 2c9e20a commit b01539f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

fastlabel/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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 = {

0 commit comments

Comments
 (0)