Skip to content

Commit

Permalink
udpate description
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene123tw committed Jul 18, 2024
1 parent db30fa3 commit 5ee6b52
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/otx/algorithms/common/configs/training_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,8 @@ class BaseTilingParameters(ParameterGroup):

tile_max_number = configurable_integer(
header="Max object per image",
description="Max object per image",
description="description: Maximum number of objects per tile. If set to 1500, the tile adaptor "
"will automatically determine the value. Otherwise, the manually set value will be used.",
default_value=1500,
min_value=1,
max_value=5000,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ tiling_parameters:

tile_max_number:
header: Max object per tile
description: Maximum number of objects per tile
description: Maximum number of objects per tile. If set to 1500, the tile adaptor will automatically determine the value. Otherwise, the manually set value will be used.
affects_outcome_of: TRAINING
default_value: 1500
min_value: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ tiling_parameters:

tile_max_number:
header: Max object per tile
description: Maximum number of objects per tile
description: Maximum number of objects per tile. If set to 1500, the tile adaptor will automatically determine the value. Otherwise, the manually set value will be used.
affects_outcome_of: TRAINING
default_value: 1500
min_value: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ tiling_parameters:

tile_max_number:
header: Max object per tile
description: Maximum number of objects per tile
description: Maximum number of objects per tile. If set to 1500, the tile adaptor will automatically determine the value. Otherwise, the manually set value will be used.
affects_outcome_of: TRAINING
default_value: 1500
min_value: 1
Expand Down

0 comments on commit 5ee6b52

Please sign in to comment.